Uses of Class
org.pdfbox.pdmodel.interactive.form.PDXFA

Packages that use PDXFA
org.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. 
 

Uses of PDXFA in org.pdfbox.pdmodel.interactive.form
 

Methods in org.pdfbox.pdmodel.interactive.form that return PDXFA
 PDXFA PDAcroForm.getXFA()
          Get the XFA resource, the XFA resource is only used for PDF 1.5+ forms.
 

Methods in org.pdfbox.pdmodel.interactive.form with parameters of type PDXFA
 void PDAcroForm.setXFA(PDXFA xfa)
          Set the XFA resource, this is only used for PDF 1.5+ forms.