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 that deal with interactive annotations such as textfields and buttons. -
-
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 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.apache.pdfbox.pdmodel.interactive.form with parameters of type PDVariableText Constructor Description PDAppearance(PDAcroForm theAcroForm, PDVariableText field)
Constructs a COSAppearnce from the given field.
-