| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<PDAnnotationWidget> |
PDField.getWidgets()
Returns the widget annotations associated with this field.
|
List<PDAnnotationWidget> |
PDTerminalField.getWidgets()
Returns the widget annotations associated with this field.
|
List<PDAnnotationWidget> |
PDNonTerminalField.getWidgets() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDTerminalField.addWidgetIfMissing(PDAnnotationWidget widget)
Adds the given widget as child of this fields, only if not already present
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDTerminalField.setWidgets(List<PDAnnotationWidget> children)
Sets the field's widget annotations.
|
Copyright © 2020 sejda. All rights reserved.