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. fields
Methods in com.itextpdf.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.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 boolean
AcroFields.ContentsChecker. checkWhetherSignatureCoversWholeDocument(AcroFields.Item signatureField)
private void
PdfCopy. createWidgets(java.util.ArrayList<java.lang.Object> list, AcroFields.Item item)
(package private) void
PdfCopyFieldsImp. createWidgets(java.util.ArrayList<java.lang.Object> list, AcroFields.Item item)
Deprecated.private void
PdfCopy. mergeField(java.lang.String name, AcroFields.Item item)
(package private) void
PdfCopyFieldsImp. 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 void
PdfCopy. addPageOffsetToField(java.util.Map<java.lang.String,AcroFields.Item> fd, int pageOffset)
(package private) void
PdfCopyFieldsImp. addPageOffsetToField(java.util.Map<java.lang.String,AcroFields.Item> fd, int pageOffset)
Deprecated.private void
PdfCopy. mergeWithMaster(java.util.Map<java.lang.String,AcroFields.Item> fd)
(package private) void
PdfCopyFieldsImp. mergeWithMaster(java.util.Map<java.lang.String,AcroFields.Item> fd)
Deprecated.
-