Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDTerminalField
-
Packages that use PDTerminalField Package Description org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms". -
-
Uses of PDTerminalField in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDTerminalField Modifier and Type Method Description voidPDAnnotationWidget. setParent(PDTerminalField field)Set the parent field of a widget annotation. -
Uses of PDTerminalField in org.apache.pdfbox.pdmodel.interactive.form
Subclasses of PDTerminalField in org.apache.pdfbox.pdmodel.interactive.form Modifier and Type Class Description classPDButtonA button field represents an interactive control on the screen that the user can manipulate with the mouse.classPDCheckBoxA check box toggles between two states, on and off.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.classPDPushButtonA pushbutton is a purely interactive control that responds immediately to user input without retaining a permanent value.classPDRadioButtonRadio button fields contain a set of related buttons that can each be on or off.classPDSignatureFieldA signature field is a form field that contains a digital signature.classPDTextFieldA text field is a box or space for text fill-in data typically entered from a keyboard.classPDVariableTextBase class for fields which use "Variable Text".
-