Uses of Class
com.lowagie.rups.view.itext.treenodes.FormTreeNode
-
Packages that use FormTreeNode Package Description com.lowagie.rups.view.itext com.lowagie.rups.view.itext.treenodes -
-
Uses of FormTreeNode in com.lowagie.rups.view.itext
Methods in com.lowagie.rups.view.itext with parameters of type FormTreeNode Modifier and Type Method Description private void
FormTree. loadFields(TreeNodeFactory factory, FormTreeNode form_node, PdfObjectTreeNode object_node)
Method that can be used recursively to load the fields hierarchy into the tree. -
Uses of FormTreeNode in com.lowagie.rups.view.itext.treenodes
Subclasses of FormTreeNode in com.lowagie.rups.view.itext.treenodes Modifier and Type Class Description class
XfaTreeNode
This is the root tree node for the different parts of the XFA resource; it's a child of the root in the FormTree.
-