Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.AcroFields
-
Packages that use AcroFields Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of AcroFields in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as AcroFields Modifier and Type Field Description protected AcroFieldsPdfStamperImp. acroFieldsMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return AcroFields Modifier and Type Method Description AcroFieldsPdfReader. getAcroFields()Gets a read-only version ofAcroFields.AcroFieldsPdfStamper. getAcroFields()Gets theAcroFieldsobject that allows to get and set field values and to merge FDF forms.AcroFieldsPdfStamperImp. getAcroFields()Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type AcroFields Modifier and Type Method Description voidAcroFields.Item. markUsed(AcroFields parentFields, int writeFlags)Mark all the item dictionaries used matching the given flagsvoidFdfWriter. setFields(AcroFields af)Sets all the fields from thisAcroFields
-