jPod PDF library

Uses of Class
de.intarsys.pdf.cos.COSCatalog

Packages that use COSCatalog
de.intarsys.pdf.cos This package implements the low level document and its datatypes according to the pdf specification. 
de.intarsys.pdf.fd A basic implementation of the FDF part of the PDF spec. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of COSCatalog in de.intarsys.pdf.cos
 

Methods in de.intarsys.pdf.cos that return COSCatalog
 COSCatalog COSDocument.getCatalog()
          Get the root object (the catalog) for the document.
 COSCatalog COSTrailer.getRoot()
          Get the root object (the catalog) for the document.
 

Methods in de.intarsys.pdf.cos with parameters of type COSCatalog
 void COSDocument.setCatalog(COSCatalog catalog)
          Assign a new catalog (/Root entry in the trailer).
 void COSTrailer.setRoot(COSCatalog root)
          Set the catalog.
 

Uses of COSCatalog in de.intarsys.pdf.fd
 

Methods in de.intarsys.pdf.fd that return COSCatalog
 COSCatalog FDDocument.getCatalog()
          lookup the catalog dictionary in a document
 

Uses of COSCatalog in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return COSCatalog
 COSCatalog PDDocument.getCatalog()
          lookup the catalog dictionary in a document
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.