Class PDDocumentOutline
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDDocumentOutline
- All Implemented Interfaces:
COSObjectable
This represents an outline in a pdf document.
- Version:
- $Revision: 1.2 $
- Author:
- Ben Litchfield
-
Field Summary
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
node
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.Constructor for an existing document outline. -
Method Summary
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
appendChild, closeNode, getCOSDictionary, getCOSObject, getFirstChild, getLastChild, getOpenCount, getParent, isNodeOpen, openNode, setFirstChild, setLastChild, setOpenCount, setParent, updateParentOpenCount
-
Constructor Details
-
PDDocumentOutline
public PDDocumentOutline()Default Constructor. -
PDDocumentOutline
Constructor for an existing document outline.- Parameters:
dic
- The storage dictionary.
-