Uses of Class
com.lowagie.text.pdf.AcroFields.Item
-
Packages that use AcroFields.Item Package Description com.lowagie.text.pdf -
-
Uses of AcroFields.Item in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type AcroFields.Item Modifier and Type Field Description private java.util.Map<java.lang.String,AcroFields.Item>
AcroFields. fields
Methods in com.lowagie.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.lowagie.text.pdf that return types with arguments of type AcroFields.Item Modifier and Type Method Description java.util.Map<java.lang.String,AcroFields.Item>
AcroFields. getAllFields()
Gets all the fields.Methods in com.lowagie.text.pdf with parameters of type AcroFields.Item Modifier and Type Method Description (package private) void
PdfCopyFieldsImp. createWidgets(java.util.List<java.lang.Object> list, AcroFields.Item item)
(package private) void
PdfCopyFieldsImp. mergeField(java.lang.String name, AcroFields.Item item)
boolean
AcroFields. setFieldProperty(AcroFields.Item item, java.lang.String name, int value, int[] inst)
Sets a field property.Method parameters in com.lowagie.text.pdf with type arguments of type AcroFields.Item Modifier and Type Method Description (package private) void
PdfCopyFieldsImp. addPageOffsetToField(java.util.Map<java.lang.String,AcroFields.Item> fd, int pageOffset)
(package private) void
PdfCopyFieldsImp. mergeWithMaster(java.util.Map<java.lang.String,AcroFields.Item> fd)
-