public final class PDDocumentOutline extends PDOutlineNode
Constructor and Description |
---|
PDDocumentOutline()
Default Constructor.
|
PDDocumentOutline(COSDictionary dic)
Constructor for an existing document outline.
|
Modifier and Type | Method and 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.
|
addFirst, addLast, children, getFirstChild, getLastChild, getOpenCount, hasChildren
equals, getCOSObject, hashCode
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 The Apache Software Foundation. All rights reserved.