|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDDocumentOutline
public class PDDocumentOutline
This represents an outline in a pdf document.
Field Summary |
---|
Fields inherited from class org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode |
---|
node |
Constructor Summary | |
---|---|
PDDocumentOutline()
Default Constructor. |
|
PDDocumentOutline(COSDictionary dic)
Constructor for an existing document outline. |
Method Summary |
---|
Methods inherited from class org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode |
---|
appendChild, closeNode, getCOSDictionary, getCOSObject, getFirstChild, getLastChild, getOpenCount, getParent, isNodeOpen, openNode, setFirstChild, setLastChild, setOpenCount, setParent, updateParentOpenCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDDocumentOutline()
public PDDocumentOutline(COSDictionary dic)
dic
- The storage dictionary.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |