intarsys PDF library API

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 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
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.