Uses of Class
com.itextpdf.forms.xfa.XfaForm
-
Packages that use XfaForm Package Description com.itextpdf.forms com.itextpdf.forms.xfa -
-
Uses of XfaForm in com.itextpdf.forms
Fields in com.itextpdf.forms declared as XfaForm Modifier and Type Field Description private XfaForm
PdfAcroForm. xfaForm
Methods in com.itextpdf.forms that return XfaForm Modifier and Type Method Description XfaForm
PdfAcroForm. getXfaForm()
Gets theXfaForm
atribute. -
Uses of XfaForm in com.itextpdf.forms.xfa
Methods in com.itextpdf.forms.xfa with parameters of type XfaForm Modifier and Type Method Description static void
XfaForm. setXfaForm(XfaForm form, PdfAcroForm acroForm)
Sets the XFA key from a byte array.static void
XfaForm. setXfaForm(XfaForm form, PdfDocument pdfDocument)
Sets the XFA key from a byte array.
-