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. fieldsMethods in com.aowagie.text.pdf that return AcroFields.Item Modifier and Type Method Description AcroFields.ItemAcroFields. 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 voidPdfCopyFieldsImp. createWidgets(java.util.ArrayList list, AcroFields.Item item)private voidPdfCopyFieldsImp. mergeField(java.lang.String name, AcroFields.Item item)
-