|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFPages | |
---|---|
org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. |
Uses of PDFPages in org.apache.fop.pdf |
---|
Methods in org.apache.fop.pdf that return PDFPages | |
---|---|
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. |
Methods in org.apache.fop.pdf with parameters of type PDFPages | |
---|---|
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 |
Constructors in org.apache.fop.pdf with parameters of type PDFPages | |
---|---|
PDFRoot(int objnum,
PDFPages pages)
create a Root (/Catalog) object. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |