Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
PDFPages |
PDFDocument.getPages() |
Returns the
PDFPages object associated with the root object. |
PDFPages |
PDFRoot.getRootPages() |
Returns the /PageLabels object.
|
PDFPages |
PDFFactory.makePages() |
Make a /Pages object.
|
Modifier and Type | Method | Description |
---|---|---|
PDFRoot |
PDFFactory.makeRoot(PDFPages pages) |
Make a /Catalog (Root) object.
|
void |
PDFPage.setParent(PDFPages parent) |
set this page's parent
|
void |
PDFRoot.setRootPages(PDFPages pages) |
set the root /Pages object
|
Constructor | Description |
---|---|
PDFRoot(PDFDocument document,
PDFPages pages) |
create a Root (/Catalog) object.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.