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