Documents.See: Description
| Interface | Description |
|---|---|
| AcroForm |
A
Form implementation that represents the
contents of an interactive PDF form,
available via Document.getFormData(). |
| AcroFormField |
Interface implmented by all form fields held by
AcroForm instances. |
| Form<T extends FormField> |
Provides access to form data available in a PDF document.
|
| FormField |
Base interface for objects representing fields within a
Form. |
| Class | Description |
|---|---|
| AcroButtonField |
Represents a button form field in an interactive
AcroForm. |
| AcroCheckboxField |
Instances of this class represent individual checkboxes in an
interactive forms. |
| AcroChoiceField |
Represents a multiple-choice form field in an interactive AcroForm.
|
| AcroRadioButtonGroupField |
Instances of this class represent a group of radio buttons in an
interactive forms. |
| AcroSignatureField |
Represents a digital signature field in an interactive AcroForm.
|
| AcroTextField |
Represents a text field in an interactive AcroForm.
|
Documents.Document.getFormData()