Uses of Class
org.pdfbox.pdmodel.interactive.form.PDVariableText

Packages that use PDVariableText
org.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. 
 

Uses of PDVariableText in org.pdfbox.pdmodel.interactive.form
 

Subclasses of PDVariableText in org.pdfbox.pdmodel.interactive.form
 class PDChoiceField
          A class for handling the PDF field as a choicefield.
 class PDTextbox
          A class for handling the PDF field as a textbox.
 

Constructors in org.pdfbox.pdmodel.interactive.form with parameters of type PDVariableText
PDAppearance(PDAcroForm theAcroForm, PDVariableText field)
          Constructs a COSAppearnce from the given field.