Package com.snowtide.pdf.forms
This package contains interfaces and classes
that PDFxStream uses to represent various types of form data present in
PDF
Document
s.- See Also:
Document.getFormData()
-
Interface Summary Interface Description AcroForm AForm
implementation that represents the contents of an interactive PDF form, available viaDocument.getFormData()
.AcroFormField Interface implmented by all form fields held byAcroForm
instances.Form<T extends FormField> Provides access to form data available in a PDF document.FormField Base interface for objects representing fields within aForm
. -
Class Summary Class Description AcroButtonField Represents a button form field in an interactiveAcroForm
.AcroCheckboxField Instances of this class represent individual checkboxes in aninteractive forms
.AcroChoiceField Represents a multiple-choice form field in an interactive AcroForm.AcroRadioButtonGroupField Instances of this class represent a group of radio buttons in aninteractive forms
.AcroSignatureField Represents a digital signature field in an interactive AcroForm.AcroTextField Represents a text field in an interactive AcroForm.