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 PdfAcroFormPdfPageFormCopier. formFromprivate PdfAcroFormPdfPageFormCopier. formToMethods in com.itextpdf.forms that return PdfAcroForm Modifier and Type Method Description static PdfAcroFormPdfAcroForm. getAcroForm(PdfDocument document, boolean createIfNotExist)Retrieves AcroForm from the document.static PdfAcroFormPdfAcroForm. getAcroForm(PdfDocument document, boolean createIfNotExist, OnDuplicateFormFieldNameStrategy onDuplicateFieldNameStrategy)Retrieves AcroForm from the document.PdfAcroFormPdfAcroForm. put(PdfName key, PdfObject value)Put a key/value pair in the dictionary and overwrite previous value if it already exists.PdfAcroFormPdfAcroForm. setCalculationOrder(PdfArray calculationOrder)Sets theCOarray property on the AcroForm.PdfAcroFormPdfAcroForm. setDefaultAppearance(java.lang.String appearance)Sets theDAString property on the AcroForm.PdfAcroFormPdfAcroForm. setDefaultJustification(int justification)Sets theQinteger property on the AcroForm.PdfAcroFormPdfAcroForm. setDefaultResources(PdfDictionary defaultResources)Sets theDRdictionary property on the AcroForm.PdfAcroFormPdfAcroForm. setNeedAppearances(boolean needAppearances)Sets theNeedAppearancesboolean property on the AcroForm.PdfAcroFormPdfAcroForm. setSignatureFlag(int sigFlag)Changes theSigFlagsinteger property on the AcroForm.PdfAcroFormPdfAcroForm. setSignatureFlags(int sigFlags)Sets theSigFlagsinteger property on the AcroForm.PdfAcroFormPdfAcroForm. setXFAResource(PdfArray xfaResource)Sets theXFAproperty on the AcroForm.PdfAcroFormPdfAcroForm. setXFAResource(PdfStream xfaResource)Sets theXFAproperty 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 PdfAcroFormPdfFormCreator. getAcroForm(PdfDocument document, boolean createIfNotExist)Retrieves AcroForm from the document using provided factory.PdfAcroFormPdfFormFactory. 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 PdfObjectXfaForm. getXfaObject(PdfAcroForm acroForm)Return the XFA Object, could be an array, could be a Stream.static voidXfaForm. setXfaForm(XfaForm form, PdfAcroForm acroForm)Sets the XFA key from a byte array.voidXfaForm. 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 voidXfdfReader. 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 PdfAcroFormLtvVerifier. acroFormDeprecated.The fields in the revision that is being verified.private PdfAcroFormPdfSigner. acroFormAcroForm for the PdfDocument.private PdfAcroFormSignatureUtil. acroFormMethods in com.itextpdf.signatures with parameters of type PdfAcroForm Modifier and Type Method Description protected PdfSigFieldLockPdfSigner. createNewSignatureFormField(PdfAcroForm acroForm, java.lang.String name)Creates new signature form field and adds it to the acroForm object.protected PdfSigFieldLockPdfSigner. populateExistingSignatureFormField(PdfAcroForm acroForm)Populates already existing signature form field in the acroForm object.
-