public class PdfCatalog
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected PdfManager |
_m
The manager associated with this document.
|
protected static PdfName |
PDFNAME_ROOT
A
PdfName object representing the name
Root. |
| Constructor and Description |
|---|
PdfCatalog(PdfManager manager)
Constructs a
PdfCatalog instance based on a
specified PdfManager. |
| Modifier and Type | Method and Description |
|---|---|
PdfReference |
getCatalog()
Retrieves an indirect reference to the document's catalog.
|
protected static final PdfName PDFNAME_ROOT
PdfName object representing the name
Root.protected PdfManager _m
public PdfCatalog(PdfManager manager)
PdfCatalog instance based on a
specified PdfManager.public PdfReference getCatalog() throws PdfFormatException
PdfFormatException