COSObjectable
public 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, wait
equals, getCOSObject, hashCode
addFirst, addLast, children, getFirstChild, getLastChild, getOpenCount, hasChildren
public PDDocumentOutline()
public PDDocumentOutline(COSDictionary dic)
dic
- The storage dictionary.public boolean isNodeOpen()
isNodeOpen
in class PDOutlineNode
public void openNode()
PDOutlineNode
openNode
in class PDOutlineNode
public void closeNode()
PDOutlineNode
closeNode
in class PDOutlineNode
Copyright © 2002–2018. All rights reserved.