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 |
---|---|---|
PDAnnotationWidget |
PDField.getWidget() |
This will get the single associated widget that is part of this field.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PDAnnotationWidget> |
PDField.getWidgets() |
Returns the widget annotations associated with this field.
|