Uses of Class
com.itextpdf.forms.xfdf.FieldsObject
Packages that use FieldsObject
-
Uses of FieldsObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as FieldsObjectModifier and TypeFieldDescriptionprivate 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 FieldsObjectModifier and TypeMethodDescriptionFieldsObject.addField
(FieldObject field) Adds a new field to the list.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 FieldsObjectModifier and TypeMethodDescriptionprivate 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
(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
(Node node, FieldObject parentField, FieldsObject fieldsObject) private void
XfdfObjectFactory.visitInnerFields
(FieldObject parentField, Node parentNode, FieldsObject fieldsObject)