Uses of Class
org.sejda.sambox.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.sejda.sambox.pdmodel.interactive.form
Methods in org.sejda.sambox.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.Methods in org.sejda.sambox.pdmodel.interactive.form with parameters of type PDAnnotationWidgetModifier and TypeMethodDescriptionvoidPDTerminalField.addWidgetIfMissing(PDAnnotationWidget widget) Adds the given widget as child of this fields, only if not already presentPDButton.getOnValueForWidget(PDAnnotationWidget widget) booleanPDTerminalField.removeWidget(PDAnnotationWidget widget) Method parameters in org.sejda.sambox.pdmodel.interactive.form with type arguments of type PDAnnotationWidgetModifier and TypeMethodDescriptionvoidPDTerminalField.setWidgets(List<PDAnnotationWidget> children) Sets the field's widget annotations.