Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDXFA
-
Packages that use PDXFA Package Description org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. -
-
Uses of PDXFA in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDXFA Modifier and Type Method Description PDXFA
PDAcroForm. getXFA()
Get the XFA resource, the XFA resource is only used for PDF 1.5+ forms.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDXFA Modifier and Type Method Description void
PDAcroForm. setXFA(PDXFA xfa)
Set the XFA resource, this is only used for PDF 1.5+ forms.
-