Package | Description |
---|---|
com.itextpdf.forms | |
com.itextpdf.forms.xfa | |
com.itextpdf.signatures |
Modifier and Type | Method and Description |
---|---|
static PdfAcroForm |
PdfAcroForm.getAcroForm(PdfDocument document, boolean createIfNotExist)
Retrieves AcroForm from the document.
|
PdfAcroForm |
PdfAcroForm.put(PdfName key, PdfObject value) |
PdfAcroForm |
PdfAcroForm.setCalculationOrder(PdfArray calculationOrder)
Sets the CO array property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setDefaultAppearance(String appearance)
Sets the DA String property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setDefaultJustification(int justification)
Sets the Q integer property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setDefaultResources(PdfDictionary defaultResources)
Sets the DR dictionary property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setNeedAppearances(boolean needAppearances)
Sets the NeedAppearances boolean property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setSignatureFlag(int sigFlag)
Changes the SigFlags integer property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setSignatureFlags(int sigFlags)
Sets the SigFlags integer property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setXFAResource(PdfArray xfaResource)
Sets the XFA property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setXFAResource(PdfStream xfaResource)
Sets the XFA property on the AcroForm.
|
Modifier and Type | Method and Description |
---|---|
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 provided PdfAcroForm .
|
Modifier and Type | Field and Description |
---|---|
protected PdfAcroForm |
LtvVerifier.acroForm
The fields in the revision that is being verified.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.