fop 0.94

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

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
 

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.getPages()
          Returns the PDFPages object associated with the root 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.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.