SetaPDF_FormFiller_Field_Flags A class representing named form field flags

File: /SetaPDF v2/FormFiller/Field/Flags.php

Class hierarchy

Summary

Constants

COMB

public const int SetaPDF_FormFiller_Field_Flags::COMB = 16777216

Constant defines that a text field is a comb text field

COMBO

public const int SetaPDF_FormFiller_Field_Flags::COMBO = 131072

Constant defines that a choice field is a combo field

COMMIT_ON_SEL_CHANGE

Constant defines that a choice field is committed on selection change

DO_NOT_SCROLL

public const int SetaPDF_FormFiller_Field_Flags::DO_NOT_SCROLL = 8388608

Constant defines that a text field can not be scrolled

DO_NOT_SPELL_CHECK

Constant defines that a text field should not be spell checked

EDIT

public const int SetaPDF_FormFiller_Field_Flags::EDIT = 262144

Constant defines that a choice field is editable

FILE_SELECT

public const int SetaPDF_FormFiller_Field_Flags::FILE_SELECT = 1048576

Constant defines that a text field is a file select field

MULTILINE

public const int SetaPDF_FormFiller_Field_Flags::MULTILINE = 4096

Constant defines that a text field is a multiline text field

MULTI_SELECT

public const int SetaPDF_FormFiller_Field_Flags::MULTI_SELECT = 2097152

Constant defines that a choice field allows multiselection

NO_EXPORT

Constant defines that a field can not be exported

NO_TOGGLE_TO_OFF

Constant defines that a button field can not be toggled to off

PASSWORD

public const int SetaPDF_FormFiller_Field_Flags::PASSWORD = 8192

Constant defines that a text field is a password text field

PUSHBUTTON

public const int SetaPDF_FormFiller_Field_Flags::PUSHBUTTON = 65536

Constant defines that a button field is a pushbutton

RADIO

public const int SetaPDF_FormFiller_Field_Flags::RADIO = 32768

Constant defines that a button field is a radiobutton

RADIOS_IN_UNISON

Constant defines that a button field is a pushbutton

READ_ONLY

Constant defines that a field is readonly

REQUIRED

Constant defines that a field is required

RICH_TEXT

public const int SetaPDF_FormFiller_Field_Flags::RICH_TEXT = 33554432

Constant defines that a text field is a rich text text field

SORT

public const int SetaPDF_FormFiller_Field_Flags::SORT = 524288

Constant defines that a choice field is sortable