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 | Description |
---|---|---|
PDAnnotationWidget |
PDTerminalField.getWidget() |
Deprecated.
Fields may have more than one widget, call
PDTerminalField.getWidgets() instead. |
Modifier and Type | Method | Description |
---|---|---|
abstract java.util.List<PDAnnotationWidget> |
PDField.getWidgets() |
Returns the widget annotations associated with this field.
|
java.util.List<PDAnnotationWidget> |
PDNonTerminalField.getWidgets() |
|
java.util.List<PDAnnotationWidget> |
PDTerminalField.getWidgets() |
Returns the widget annotations associated with this field.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDTerminalField.setWidgets(java.util.List<PDAnnotationWidget> children) |
Sets the field's widget annotations.
|
Copyright © 2002–2018. All rights reserved.