Uses of Class
com.itextpdf.forms.xfdf.FieldsObject
-
Uses of FieldsObject in com.itextpdf.forms.xfdf
Modifier 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.Modifier and TypeMethodDescriptionvoid
XfdfObject.setFields
(FieldsObject fields) Sets fields element, a child of the xfdf element and is the container for form field elements.