PDFWidget
class PDFWidget extends PDFAnnotation { }
getFieldFlags(): number;
getFieldType(): string;
getLabel(): string;
getMaxLen(): number;
getName(): string;
getOptions(isExport?: boolean): string[];
getValue(): string;
isButton(): boolean;
isCheckbox(): boolean;
isChoice(): boolean;
isComb(): boolean;
isComboBox(): boolean;
isListBox(): boolean;
isMultiline(): boolean;
isPassword(): boolean;
isPushButton(): boolean;
isRadioButton(): boolean;
isReadOnly(): boolean;
isText(): boolean;
setChoiceValue(value: string): void;
setTextValue(value: string): void;
toggle(): void;
static readonly BTN_FIELD_IS_NO_TOGGLE_TO_OFF: number;
static readonly BTN_FIELD_IS_PUSHBUTTON: number;
static readonly BTN_FIELD_IS_RADIO: number;
static readonly CH_FIELD_IS_COMBO: number;
static readonly CH_FIELD_IS_EDIT: number;
static readonly CH_FIELD_IS_MULTI_SELECT: number;
static readonly CH_FIELD_IS_SORT: number;
static readonly FIELD_IS_NO_EXPORT: number;
static readonly FIELD_IS_READ_ONLY: number;
static readonly FIELD_IS_REQUIRED: number;
static readonly TX_FIELD_IS_COMB: number;
static readonly TX_FIELD_IS_MULTILINE: number;
static readonly TX_FIELD_IS_PASSWORD: number;
static readonly WIDGET_TYPES: string[];