| Package | Description |
|---|---|
| com.itextpdf.forms | |
| com.itextpdf.forms.xfa |
| Modifier and Type | Method and Description |
|---|---|
static PdfAcroForm |
PdfAcroForm.getAcroForm(com.itextpdf.kernel.pdf.PdfDocument document,
boolean createIfNotExist)
Retrieves AcroForm from the document.
|
PdfAcroForm |
PdfAcroForm.put(com.itextpdf.kernel.pdf.PdfName key,
com.itextpdf.kernel.pdf.PdfObject value) |
PdfAcroForm |
PdfAcroForm.setCalculationOrder(com.itextpdf.kernel.pdf.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(com.itextpdf.kernel.pdf.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(com.itextpdf.kernel.pdf.PdfArray xfaResource)
Sets the
XFA property on the AcroForm. |
PdfAcroForm |
PdfAcroForm.setXFAResource(com.itextpdf.kernel.pdf.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. |
Copyright © 1998–2019 iText Group NV. All rights reserved.