Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationWidget
-
Packages that use PDAnnotationWidget Package Description org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. -
-
Uses of PDAnnotationWidget in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDAnnotationWidget Modifier and Type Method Description PDAnnotationWidget
PDField. getWidget()
This will get the single associated widget that is part of this field.Methods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type PDAnnotationWidget Modifier and Type Method Description java.util.List<PDAnnotationWidget>
PDField. getWidgets()
Returns the widget annotations associated with this field.
-