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 |
---|---|---|
PDFormFieldAdditionalActions |
PDField.getActions() |
Get the additional actions for this field.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDField.setActions(PDFormFieldAdditionalActions actions) |
Set the actions of the field.
|