Uses of Class
org.apache.fop.pdf.PDFPages
-
Packages that use PDFPages Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFPages in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFPages Modifier and Type Field Description private PDFPages
PDFDocument. pages
The /Pages object (mark-fop@inomial.com)Methods in org.apache.fop.pdf that return PDFPages Modifier and Type Method Description PDFPages
PDFDocument. getPages()
Returns thePDFPages
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 Modifier and Type Method Description PDFRoot
PDFFactory. makeRoot(PDFPages pages)
Make a /Catalog (Root) object.void
PDFPage. setParent(PDFPages parent)
set this page's parentvoid
PDFRoot. setRootPages(PDFPages pages)
set the root /Pages objectConstructors in org.apache.fop.pdf with parameters of type PDFPages Constructor Description PDFRoot(PDFDocument document, PDFPages pages)
create a Root (/Catalog) object.
-