Uses of Class
com.itextpdf.forms.PdfAcroForm
-
Packages that use PdfAcroForm Package Description com.itextpdf.forms com.itextpdf.forms.fields com.itextpdf.forms.xfa com.itextpdf.forms.xfdf com.itextpdf.signatures -
-
Uses of PdfAcroForm in com.itextpdf.forms
Fields in com.itextpdf.forms declared as PdfAcroForm Modifier and Type Field Description private PdfAcroForm
PdfPageFormCopier. formFrom
private PdfAcroForm
PdfPageFormCopier. formTo
Methods in com.itextpdf.forms that return PdfAcroForm Modifier and Type Method Description static PdfAcroForm
PdfAcroForm. getAcroForm(PdfDocument document, boolean createIfNotExist)
Retrieves AcroForm from the document.static PdfAcroForm
PdfAcroForm. getAcroForm(PdfDocument document, boolean createIfNotExist, OnDuplicateFormFieldNameStrategy onDuplicateFieldNameStrategy)
Retrieves AcroForm from the document.PdfAcroForm
PdfAcroForm. put(PdfName key, PdfObject value)
Put a key/value pair in the dictionary and overwrite previous value if it already exists.PdfAcroForm
PdfAcroForm. setCalculationOrder(PdfArray calculationOrder)
Sets theCO
array property on the AcroForm.PdfAcroForm
PdfAcroForm. setDefaultAppearance(java.lang.String appearance)
Sets theDA
String property on the AcroForm.PdfAcroForm
PdfAcroForm. setDefaultJustification(int justification)
Sets theQ
integer property on the AcroForm.PdfAcroForm
PdfAcroForm. setDefaultResources(PdfDictionary defaultResources)
Sets theDR
dictionary property on the AcroForm.PdfAcroForm
PdfAcroForm. setNeedAppearances(boolean needAppearances)
Sets theNeedAppearances
boolean property on the AcroForm.PdfAcroForm
PdfAcroForm. setSignatureFlag(int sigFlag)
Changes theSigFlags
integer property on the AcroForm.PdfAcroForm
PdfAcroForm. setSignatureFlags(int sigFlags)
Sets theSigFlags
integer property on the AcroForm.PdfAcroForm
PdfAcroForm. setXFAResource(PdfArray xfaResource)
Sets theXFA
property on the AcroForm.PdfAcroForm
PdfAcroForm. setXFAResource(PdfStream xfaResource)
Sets theXFA
property on the AcroForm. -
Uses of PdfAcroForm in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfAcroForm Modifier and Type Method Description static PdfAcroForm
PdfFormCreator. getAcroForm(PdfDocument document, boolean createIfNotExist)
Retrieves AcroForm from the document using provided factory.PdfAcroForm
PdfFormFactory. getAcroForm(PdfDocument document, boolean createIfNotExist)
Retrieves AcroForm from the document. -
Uses of PdfAcroForm in com.itextpdf.forms.xfa
Methods in com.itextpdf.forms.xfa with parameters of type PdfAcroForm Modifier and Type Method Description private static PdfObject
XfaForm. getXfaObject(PdfAcroForm acroForm)
Return the XFA Object, could be an array, could be a Stream.static void
XfaForm. setXfaForm(XfaForm form, PdfAcroForm acroForm)
Sets the XFA key from a byte array.void
XfaForm. write(PdfAcroForm acroForm)
Write the XfaForm to the providedPdfAcroForm
. -
Uses of PdfAcroForm in com.itextpdf.forms.xfdf
Methods in com.itextpdf.forms.xfdf with parameters of type PdfAcroForm Modifier and Type Method Description private void
XfdfReader. mergeFields(FieldsObject fieldsObject, PdfAcroForm form)
Merges existing FieldsObject and children FieldObject entities into the form of the pdf document associated with it. -
Uses of PdfAcroForm in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as PdfAcroForm Modifier and Type Field Description protected PdfAcroForm
LtvVerifier. acroForm
Deprecated.The fields in the revision that is being verified.private PdfAcroForm
PdfSigner. acroForm
AcroForm for the PdfDocument.private PdfAcroForm
SignatureUtil. acroForm
Methods in com.itextpdf.signatures with parameters of type PdfAcroForm Modifier and Type Method Description protected PdfSigFieldLock
PdfSigner. createNewSignatureFormField(PdfAcroForm acroForm, java.lang.String name)
Creates new signature form field and adds it to the acroForm object.protected PdfSigFieldLock
PdfSigner. populateExistingSignatureFormField(PdfAcroForm acroForm)
Populates already existing signature form field in the acroForm object.
-