Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationWidget
Packages that use PDAnnotationWidget
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDAnnotationWidget in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDAnnotationWidgetMethods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type PDAnnotationWidgetModifier and TypeMethodDescriptionabstract List<PDAnnotationWidget>
PDField.getWidgets()
Returns the widget annotations associated with this field.PDNonTerminalField.getWidgets()
PDTerminalField.getWidgets()
Returns the widget annotations associated with this field.Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type PDAnnotationWidgetModifier and TypeMethodDescriptionvoid
PDTerminalField.setWidgets
(List<PDAnnotationWidget> children) Sets the field's widget annotations.
PDTerminalField.getWidgets()
instead.