|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AcroFields | |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.security |
Uses of AcroFields in com.itextpdf.text.pdf |
---|
Methods in com.itextpdf.text.pdf that return AcroFields | |
---|---|
AcroFields |
PdfStamper.getAcroFields()
Gets the AcroFields object that allows to get and set field values
and to merge FDF forms. |
AcroFields |
PdfReader.getAcroFields()
Gets a read-only version of AcroFields . |
Methods in com.itextpdf.text.pdf with parameters of type AcroFields | |
---|---|
String |
XfaForm.findFieldName(String name,
AcroFields af)
Finds the complete field name contained in the "classic" forms from a partial name. |
void |
AcroFields.Item.markUsed(AcroFields parentFields,
int writeFlags)
Mark all the item dictionaries used matching the given flags |
void |
FdfWriter.setFields(AcroFields af)
Sets all the fields from this AcroFields |
Uses of AcroFields in com.itextpdf.text.pdf.security |
---|
Fields in com.itextpdf.text.pdf.security declared as AcroFields | |
---|---|
protected AcroFields |
LtvVerifier.fields
The fields in the revision that is being verified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |