Uses of Class
com.itextpdf.forms.xfdf.FieldsObject
-
Packages that use FieldsObject Package Description com.itextpdf.forms.xfdf -
-
Uses of FieldsObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as FieldsObject Modifier and Type Field Description private FieldsObject
XfdfObject. fields
Represents the fields element, a child of the xfdf element and is the container for form field elements.Methods in com.itextpdf.forms.xfdf that return FieldsObject Modifier and Type Method Description FieldsObject
FieldsObject. addField(FieldObject field)
Adds a new field to the list.FieldsObject
XfdfObject. getFields()
Gets the fields element, a child of the xfdf element and is the container for form field elements.Methods in com.itextpdf.forms.xfdf with parameters of type FieldsObject Modifier and Type Method Description private void
XfdfReader. mergeFields(FieldsObject fieldsObject, PdfAcroForm form)
Merges existing FieldsObject and children FieldObject entities into the form of the pdf document associated with it.private void
XfdfObjectFactory. readFieldList(org.w3c.dom.Node node, FieldsObject fieldsObject)
void
XfdfObject. setFields(FieldsObject fields)
Sets fields element, a child of the xfdf element and is the container for form field elements.private void
XfdfObjectFactory. visitFieldElementNode(org.w3c.dom.Node node, FieldObject parentField, FieldsObject fieldsObject)
private void
XfdfObjectFactory. visitInnerFields(FieldObject parentField, org.w3c.dom.Node parentNode, FieldsObject fieldsObject)
-