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 PDFFactory.makePages()
          Make a /Pages object.
 PDFPages PDFDocument.getPages()
          Returns the PDFPages object associated with the root object.
 

Methods in org.apache.fop.pdf with parameters of type PDFPages
 void PDFPage.setParent(PDFPages parent)
          set this page's parent
 PDFRoot PDFFactory.makeRoot(PDFPages pages)
          Make a /Catalog (Root) object.
 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.