Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 2018. All rights reserved.