Uses of Class
com.itextpdf.text.pdf.AcroFields.Item
-
Packages that use AcroFields.Item Package Description com.itextpdf.text.pdf -
-
Uses of AcroFields.Item in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return AcroFields.Item Modifier and Type Method Description AcroFields.Item
AcroFields. getFieldItem(String name)
Gets the field structure.Methods in com.itextpdf.text.pdf that return types with arguments of type AcroFields.Item Modifier and Type Method Description Map<String,AcroFields.Item>
AcroFields. getFields()
Gets all the fields.
-