Uses of Class
com.itextpdf.text.pdf.AcroFields
-
Packages that use AcroFields Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.security -
-
Uses of AcroFields in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as AcroFields Modifier and Type Field Description protected AcroFields
PdfStamperImp. acroFields
Fields in com.itextpdf.text.pdf with type parameters of type AcroFields Modifier and Type Field Description protected java.util.ArrayList<AcroFields>
PdfCopy. fields
(package private) java.util.ArrayList<AcroFields>
PdfCopyFieldsImp. fields
Deprecated.Methods in com.itextpdf.text.pdf that return AcroFields Modifier and Type Method Description AcroFields
PdfReader. getAcroFields()
Gets a read-only version ofAcroFields
.AcroFields
PdfStamper. getAcroFields()
Gets theAcroFields
object that allows to get and set field values and to merge FDF forms.(package private) AcroFields
PdfStamperImp. getAcroFields()
Methods in com.itextpdf.text.pdf with parameters of type AcroFields Modifier and Type Method Description java.lang.String
XfaForm. findFieldName(java.lang.String name, AcroFields af)
Finds the complete field name contained in the "classic" forms from a partial name.void
AcroFields.Item. markUsed(AcroFields parentFields, int writeFlags)
Mark all the item dictionaries used matching the given flagsvoid
FdfWriter. setFields(AcroFields af)
Sets all the fields from thisAcroFields
-
Uses of AcroFields in com.itextpdf.text.pdf.security
Fields in com.itextpdf.text.pdf.security declared as AcroFields Modifier and Type Field Description private AcroFields
LtvVerification. acroFields
protected AcroFields
LtvVerifier. fields
The fields in the revision that is being verified.
-