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...
 

Detailed Description

Enumeration Type Documentation

◆ 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.

Since
11.0.0
See also
FormFillerService.setDesignMode
Enumerator
NONE 

No specific design mode.

PUSH_BUTTON_AND_IMAGE 

Design mode for push buttons and image fields.

CHECK_BOX 

Design mode for check box fields.

RADIO_BUTTON 

Design mode for radio button fields.

COMBO_BOX 

Design mode for combo box fields.

LIST_BOX 

Design mode for list box fields.

TEXT_AND_DATE 

Design mode for text and date fields.

SIGNATURE 

Design mode for signature fields.

ALL_WIDGET_TYPES 

Design mode for all widget types.

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.