| Constructor and Description |
|---|
PDFieldNode(org.apache.pdfbox.pdmodel.interactive.form.PDField field,
TreeNode parent) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pdfbox.pdmodel.interactive.form.PDField |
getField() |
java.lang.String |
getId()
Returns id of the current node
|
java.util.Collection<PDFieldNode> |
getTreeChildren()
Returns a Collection of TreeNode children
of the current node
|
TreeNode |
getTreeParent()
Returns parent of the current node
|
TreeNode |
getTreeRoot()
Returns the root of the current node
|
boolean |
isTreeLeaf()
Returns boolean true if the TreeNode is a leaf
|
boolean |
isTreeNode()
Returns boolean true if the TreeNode is a node
|
public PDFieldNode(org.apache.pdfbox.pdmodel.interactive.form.PDField field,
TreeNode parent)
public org.apache.pdfbox.pdmodel.interactive.form.PDField getField()
public java.util.Collection<PDFieldNode> getTreeChildren()
TreeNodegetTreeChildren in interface TreeNodepublic java.lang.String getId()
TreeNodepublic TreeNode getTreeParent()
TreeNodegetTreeParent in interface TreeNodepublic boolean isTreeLeaf()
TreeNodeisTreeLeaf in interface TreeNodepublic boolean isTreeNode()
TreeNodeisTreeNode in interface TreeNodepublic TreeNode getTreeRoot()
TreeNodegetTreeRoot in interface TreeNodeCopyright © 2001-2019 Jalios SA. All Rights Reserved.