COSObjectablepublic final class PDDocumentOutline extends PDOutlineNode
| Constructor | Description |
|---|---|
PDDocumentOutline() |
Default Constructor.
|
PDDocumentOutline(COSDictionary dic) |
Constructor for an existing document outline.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
closeNode() |
Close this node.
|
boolean |
isNodeOpen() |
|
void |
openNode() |
This will set this node to be open when it is shown in the viewer.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitequals, getCOSObject, hashCodeaddFirst, addLast, children, getFirstChild, getLastChild, getOpenCount, hasChildrenpublic PDDocumentOutline()
public PDDocumentOutline(COSDictionary dic)
dic - The storage dictionary.public boolean isNodeOpen()
isNodeOpen in class PDOutlineNodepublic void openNode()
PDOutlineNodeopenNode in class PDOutlineNodepublic void closeNode()
PDOutlineNodecloseNode in class PDOutlineNodeCopyright © 2002–2018. All rights reserved.