PJX

com.etymon.pjx.util
Class PdfCatalog

java.lang.Object
  extended bycom.etymon.pjx.util.PdfCatalog

public class PdfCatalog
extends java.lang.Object

Provides methods related to a PDF document's catalog dictionary.


Constructor Summary
PdfCatalog(PdfManager manager)
          Constructs a PdfCatalog instance based on a specified PdfManager.
 
Method Summary
 PdfReference getCatalog()
          Retrieves an indirect reference to the document's catalog.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfCatalog

public PdfCatalog(PdfManager manager)
Constructs a PdfCatalog instance based on a specified PdfManager.

Method Detail

getCatalog

public PdfReference getCatalog()
                        throws PdfFormatException
Retrieves an indirect reference to the document's catalog.

Returns:
the indirect reference.
Throws:
PdfFormatException

Copyright © 1998-2004 Etymon Systems, Inc.

The PDF data structures, operators, and specification are
Copyright © 1985-2004 Adobe Systems Incorporated.