Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Method and Description |
---|---|
PDXFAResource |
PDAcroForm.getXFA()
Get the XFA resource, the XFA resource is only used for PDF 1.5+ forms.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAcroForm.setXFA(PDXFAResource xfa)
Set the XFA resource, this is only used for PDF 1.5+ forms.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.