Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
org.apache.pdfbox.preflight.annotation | |
org.apache.pdfbox.preflight.process |
Modifier and Type | Method and Description |
---|---|
PDAnnotationWidget |
PDTerminalField.getWidget()
Deprecated.
Fields may have more than one widget, call
PDTerminalField.getWidgets() instead. |
Modifier and Type | Method and Description |
---|---|
List<PDAnnotationWidget> |
PDTerminalField.getWidgets()
Returns the widget annotations associated with this field.
|
List<PDAnnotationWidget> |
PDNonTerminalField.getWidgets() |
abstract List<PDAnnotationWidget> |
PDField.getWidgets()
Returns the widget annotations associated with this field.
|
Modifier and Type | Method and Description |
---|---|
void |
PDTerminalField.setWidgets(List<PDAnnotationWidget> children)
Sets the field's widget annotations.
|
Modifier and Type | Field and Description |
---|---|
protected PDAnnotationWidget |
WidgetAnnotationValidator.pdWidget
PDFBox object which wraps the annotation dictionary
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AcroFormValidationProcess.exploreWidgets(PreflightContext ctx,
List<PDAnnotationWidget> widgets)
This function explores all fields and their children to validate them.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.