fop 2.1

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

Packages that use PDFRoot
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.pdf.xref   
 

Uses of PDFRoot in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFRoot
 PDFRoot PDFDocument.getRoot()
          Get the PDFRoot object for this document.
 PDFRoot PDFFactory.makeRoot(PDFPages pages)
          Make a /Catalog (Root) object.
 

Uses of PDFRoot in org.apache.fop.pdf.xref
 

Methods in org.apache.fop.pdf.xref with parameters of type PDFRoot
 TrailerDictionary TrailerDictionary.setRoot(PDFRoot root)
          Sets the value of the Root entry.
 


fop 2.1

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