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 FieldsObjectXfdfObject. fieldsRepresents 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 FieldsObjectFieldsObject. addField(FieldObject field)Adds a new field to the list.FieldsObjectXfdfObject. 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 voidXfdfReader. mergeFields(FieldsObject fieldsObject, PdfAcroForm form)Merges existing FieldsObject and children FieldObject entities into the form of the pdf document associated with it.private voidXfdfObjectFactory. readFieldList(org.w3c.dom.Node node, FieldsObject fieldsObject)voidXfdfObject. setFields(FieldsObject fields)Sets fields element, a child of the xfdf element and is the container for form field elements.private voidXfdfObjectFactory. visitFieldElementNode(org.w3c.dom.Node node, FieldObject parentField, FieldsObject fieldsObject)private voidXfdfObjectFactory. visitInnerFields(FieldObject parentField, org.w3c.dom.Node parentNode, FieldsObject fieldsObject)
-