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
Fields in com.itextpdf.text.pdf with type parameters of type AcroFields.Item Modifier and Type Field Description (package private) java.util.Map<java.lang.String,AcroFields.Item>AcroFields. fieldsMethods in com.itextpdf.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.itextpdf.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. getFields()Gets all the fields.Methods in com.itextpdf.text.pdf with parameters of type AcroFields.Item Modifier and Type Method Description booleanAcroFields.ContentsChecker. checkWhetherSignatureCoversWholeDocument(AcroFields.Item signatureField)private voidPdfCopy. createWidgets(java.util.ArrayList<java.lang.Object> list, AcroFields.Item item)(package private) voidPdfCopyFieldsImp. createWidgets(java.util.ArrayList<java.lang.Object> list, AcroFields.Item item)Deprecated.private voidPdfCopy. mergeField(java.lang.String name, AcroFields.Item item)(package private) voidPdfCopyFieldsImp. mergeField(java.lang.String name, AcroFields.Item item)Deprecated.Method parameters in com.itextpdf.text.pdf with type arguments of type AcroFields.Item Modifier and Type Method Description private voidPdfCopy. addPageOffsetToField(java.util.Map<java.lang.String,AcroFields.Item> fd, int pageOffset)(package private) voidPdfCopyFieldsImp. addPageOffsetToField(java.util.Map<java.lang.String,AcroFields.Item> fd, int pageOffset)Deprecated.private voidPdfCopy. mergeWithMaster(java.util.Map<java.lang.String,AcroFields.Item> fd)(package private) voidPdfCopyFieldsImp. mergeWithMaster(java.util.Map<java.lang.String,AcroFields.Item> fd)Deprecated.
-