FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Classes | |
interface | BasicCreateWidgetOptions |
Form filler module, which provides APIs for operating form fields. More... | |
interface | CreateCheckBoxOptions |
Options for creating a check box field in the PDF form. More... | |
interface | CreateComboBoxOptions |
Options for creating a combo box field in the PDF form. More... | |
interface | CreateDatetimeOptions |
Options for creating a datetime field in the PDF form. More... | |
interface | CreateImageButtonOptions |
Options for creating an image button field in the PDF form. More... | |
interface | CreateListBoxOptions |
Options for creating a list box field in the PDF form. More... | |
class | CreatePushButtonOptions |
Options for creating a push button field in the PDF form. More... | |
interface | CreateRadioButtonOptions |
Options for creating a radio button field in the PDF form. More... | |
class | CreateSignatureOptions |
Options for creating a signature field in the PDF form. More... | |
interface | CreateTextFieldOptions |
Options for creating a text field in the PDF form. More... | |
class | FormFillerService |
Service for handling PDF form filling operations. More... | |
Enumerations | |
enum | FormDesignMode { NONE = 0, PUSH_BUTTON_AND_IMAGE = 1, CHECK_BOX = 2, RADIO_BUTTON = 3, COMBO_BOX = 4, LIST_BOX = 5, TEXT_AND_DATE = 6, SIGNATURE = 7, ALL_WIDGET_TYPES = 8 } |
Enumeration for form design modes in a PDF viewer. More... | |
enum FormDesignMode |
Enumeration for form design modes in a PDF viewer.
This enumeration defines various modes for designing forms within a PDF document. Each mode corresponds to a specific type of form widget or combination of widget types that can be created or manipulated in design mode.