Package com.pspdfkit.forms
Interactive forms API.
See: Description
-
Class Summary Class Description SignatureFormElement Form element representing a signature field. ComboBoxFormElement A form control which displays drop-down list. ChoiceFormField Represents a choice form field in a PDF form. RadioButtonFormField A group of radio buttons in a PDF form that are mutually exclusive. FormProviderFactory Factory intended for internal usage only. Builder Builder used to construct ListBoxFormConfiguration instance. ListBoxFormConfiguration Configuration class of ListBoxFormElement for the creation of a ListBoxFormField using addFormElementToPage. ButtonFormField Represents button form field in a PDF form. UnknownFormElement Represents a form element that is currently not recognised and handled by PSPDFKit. Builder Builder used to construct CheckBoxFormConfiguration instance. CheckBoxFormConfiguration Configuration class of com.pspdfkit.forms.CheckBoxFormElement for the creation of a com.pspdfkit.forms.CheckBoxFormField using addFormElementsToPage or addFormElementToPage. ListBoxFormField A form field which displays scrollable list with choices. EditableButtonFormElement Represents editable button in a PDF form - i.e. CheckBoxFormField One or more check boxes that can toggle between two states - on and off. FormOption Represents one entry in form options array. FormField A form field. TextFormField A text form field in a PDF form. ComboBoxFormField A form field which displays drop-down list. Builder Builder used to construct SignatureFormConfiguration instance. SignatureFormConfiguration Configuration class of SignatureFormElement for the creation of a FormField using addFormElementToPage. FormElement A visible form control. EditableButtonFormField Represents editable button field in a PDF form - i.e. TextFormElement Represents a text control in a PDF form. Builder Builder used to construct PushButtonFormConfiguration instance. PushButtonFormConfiguration Configuration class of PushButtonFormElement for the creation of a FormField using addFormElementToPage. Builder Builder used to construct TextFormConfiguration instance. TextFormConfiguration Configuration class of com.pspdfkit.forms.TextFormElement for the creation of a using addFormElementToPage. PushButtonFormField A simple push button that responds immediately to user input without retaining any state. ListBoxFormElement A form control which displays scrollable list with choices. BaseBuilder Base builder to be used for all builders declared in the FormElementConfiguration subclasses. FormElementConfiguration Base class for all form element configuration classes. ButtonFormElement Represents button in a PDF form. Builder Builder used to construct RadioButtonFormConfiguration instance. RadioButtonFormConfiguration Configuration class of com.pspdfkit.forms.RadioButtonFormElement for the creation of a com.pspdfkit.forms.FormField using addFormElementsToPage or addFormElementToPage. PushButtonFormElement A simple push button that responds immediately to user input without retaining any state. RadioButtonFormElement A single radio button in a radio group represented by RadioButtonFormField. CheckBoxFormElement A single checkbox form control which can be toggled to on or off. ChoiceFormElement Represents a choice form control in a PDF form. SignatureFormField Represents a signature field in a form. Builder Builder used to construct ComboBoxFormConfiguration instance. ComboBoxFormConfiguration Configuration class of com.pspdfkit.forms.ComboBoxFormElement for the creation of a com.pspdfkit.forms.ComboBoxFormField using addFormElementToPage. -
Interface Summary Interface Description FormProvider Handles all form related operations on the owning document. OnFormFieldUpdatedListener Listener for form fields updates. OnFormTabOrderUpdatedListener Listener for form tab ordering updates. OnButtonFormFieldUpdatedListener Listener for ButtonFormField updates. OnChoiceFormFieldUpdatedListener Listener for ChoiceFormField updates. OnTextFormFieldUpdatedListener Listener for TextFormField updates. FormListeners Collection of form listeners. -
Enum Summary Enum Description TextInputFormat Supported types of text input for forms. FormType All supported form types.