Uses of Class
org.apache.fop.pdf.PDFPages

Packages that use PDFPages
org.apache.fop.pdf   
 

Uses of PDFPages in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFPages
protected  PDFPages PDFRoot.rootPages
          the /Pages object that is root of the Pages hierarchy
 

Methods in org.apache.fop.pdf that return PDFPages
 PDFPages PDFDocument.makePages()
          Make a /Pages object.
 

Methods in org.apache.fop.pdf with parameters of type PDFPages
 PDFRoot PDFDocument.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 number, PDFPages pages)
          create a Root (/Catalog) object.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.