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