com.lowagie.rups.view.itext.treenodes
public class FormTreeNode extends IconTreeNode
Field Summary | |
---|---|
protected PdfObjectTreeNode | object_node The corresponding tree node in the PdfTree. |
static long | serialVersionUID A serial version UID. |
Constructor Summary | |
---|---|
FormTreeNode()
Creates the root node of the FormTree. | |
FormTreeNode(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
FormTreeNode. |
Parameters: node a corresponding node
Returns: a PdfObjectTreeNode in the PdfTree