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 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 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 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(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(Node node, FieldObject parentField, FieldsObject fieldsObject) private voidXfdfObjectFactory.visitInnerFields(FieldObject parentField, Node parentNode, FieldsObject fieldsObject)