com.lowagie.rups.view.itext.treenodes
public class OutlineTreeNode extends IconTreeNode
| Field Summary | |
|---|---|
| protected PdfObjectTreeNode | object_node The corresponding tree node in the PdfTree. |
| static long | serialVersionUID A serial version uid |
| Constructor Summary | |
|---|---|
| OutlineTreeNode() Creates the root node for the OutlineTree. | |
| OutlineTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree. | |
| Method Summary | |
|---|---|
| PdfObjectTreeNode | getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this
OutlineTreeNode. |
Parameters: node a corresponding node
Returns: a PdfObjectTreeNode in the PdfTree