|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etymon.pjx.util.PdfCatalog
public class PdfCatalog
Provides methods related to a PDF document's catalog dictionary.
Field Summary | |
---|---|
protected PdfManager |
_m
The manager associated with this document. |
protected static PdfName |
PDFNAME_ROOT
A PdfName object representing the name
Root . |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final PdfName PDFNAME_ROOT
PdfName
object representing the name
Root
.
protected PdfManager _m
Constructor Detail |
---|
public PdfCatalog(PdfManager manager)
PdfCatalog
instance based on a
specified PdfManager
.
Method Detail |
---|
public PdfReference getCatalog() throws PdfFormatException
PdfFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |