public class FormTreeNode extends IconTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected PdfObjectTreeNode |
object_node
The corresponding tree node in the PdfTree.
|
iconallowsChildren, EMPTY_ENUMERATION, children, parent, userObject| Constructor and Description |
|---|
FormTreeNode()
Creates the root node of the FormTree.
|
FormTreeNode(PdfObjectTreeNode node)
Creates a node corresponding with a node in the PdfTree.
|
| Modifier and Type | Method and Description |
|---|---|
PdfObjectTreeNode |
getCorrespondingPdfObjectNode()
Gets the node in the PdfTree that corresponds with this
FormTreeNode.
|
getIconadd, breadthFirstEnumeration, clone, depthFirstEnumeration, getAllowsChildren, getDepth, getFirstChild, getFirstLeaf, getChildAfter, getChildAt, getChildBefore, getChildCount, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, children, insert, isLeaf, isNodeAncestor, isNodeDescendant, isNodeChild, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringprotected PdfObjectTreeNode object_node
public FormTreeNode()
public FormTreeNode(PdfObjectTreeNode node)
node - a corresponding nodepublic PdfObjectTreeNode getCorrespondingPdfObjectNode()
Copyright © 2015. All rights reserved.