Uses of Class
com.aowagie.text.pdf.AcroFields.Item
-
Packages that use AcroFields.Item Package Description com.aowagie.text.pdf -
-
Uses of AcroFields.Item in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf with type parameters of type AcroFields.Item Modifier and Type Field Description (package private) java.util.HashMap<java.lang.String,AcroFields.Item>
AcroFields. fields
Methods in com.aowagie.text.pdf that return AcroFields.Item Modifier and Type Method Description AcroFields.Item
AcroFields. getFieldItem(java.lang.String name)
Gets the field structure.Methods in com.aowagie.text.pdf that return types with arguments of type AcroFields.Item Modifier and Type Method Description java.util.HashMap<java.lang.String,AcroFields.Item>
AcroFields. getFields()
Gets all the fields.Methods in com.aowagie.text.pdf with parameters of type AcroFields.Item Modifier and Type Method Description private void
PdfCopyFieldsImp. createWidgets(java.util.ArrayList list, AcroFields.Item item)
private void
PdfCopyFieldsImp. mergeField(java.lang.String name, AcroFields.Item item)
-