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()
TreeNode
getTreeChildren
in interface TreeNode
public java.lang.String getId()
TreeNode
public TreeNode getTreeParent()
TreeNode
getTreeParent
in interface TreeNode
public boolean isTreeLeaf()
TreeNode
isTreeLeaf
in interface TreeNode
public boolean isTreeNode()
TreeNode
isTreeNode
in interface TreeNode
public TreeNode getTreeRoot()
TreeNode
getTreeRoot
in interface TreeNode
Copyright © 2001-2018 Jalios SA. All Rights Reserved.