Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and 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 and 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 and Description |
---|
PDFRoot(int objnum,
PDFPages pages)
create a Root (/Catalog) object.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.