Package | Description |
---|---|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
Modifier and Type | Method | Description |
---|---|---|
PDAdditionalActions |
FDFField.getAdditionalActions() |
This will get a list of additional actions that will get executed based
on events.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FDFField.setAdditionalActions(PDAdditionalActions aa) |
This will set the additional actions that are associated with this field.
|