Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDVariableText
-
Packages that use PDVariableText Package Description org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms". -
-
Uses of PDVariableText in org.apache.pdfbox.pdmodel.interactive.form
Subclasses of PDVariableText in org.apache.pdfbox.pdmodel.interactive.form Modifier and Type Class Description classPDChoiceA choice field contains several text items, one or more of which shall be selected as the field value.classPDComboBoxA combo box consisting of a drop-down list.classPDListBoxA scrollable list box.classPDTextFieldA text field is a box or space for text fill-in data typically entered from a keyboard.
-