setasign\SetaPDF2\FormFiller\Field

Flags A class representing named form field flags

File: /SetaPDF v2/FormFiller/Field/Flags.php
Old class name (alias): \SetaPDF_FormFiller_Field_Flags

Class hierarchy

Summary

Constants

COMB

public const int Flags::COMB = 16777216

Constant defines that a text field is a comb text field

COMBO

public const int Flags::COMBO = 131072

Constant defines that a choice field is a combo field

COMMIT_ON_SEL_CHANGE

public const int Flags::COMMIT_ON_SEL_CHANGE = 67108864

Constant defines that a choice field is committed on selection change

DO_NOT_SCROLL

public const int Flags::DO_NOT_SCROLL = 8388608

Constant defines that a text field can not be scrolled

DO_NOT_SPELL_CHECK

public const int Flags::DO_NOT_SPELL_CHECK = 4194304

Constant defines that a text field should not be spell checked

EDIT

public const int Flags::EDIT = 262144

Constant defines that a choice field is editable

FILE_SELECT

public const int Flags::FILE_SELECT = 1048576

Constant defines that a text field is a file select field

MULTILINE

public const int Flags::MULTILINE = 4096

Constant defines that a text field is a multiline text field

MULTI_SELECT

public const int Flags::MULTI_SELECT = 2097152

Constant defines that a choice field allows multiselection

NO_EXPORT

public const int Flags::NO_EXPORT = 4

Constant defines that a field can not be exported

NO_TOGGLE_TO_OFF

public const int Flags::NO_TOGGLE_TO_OFF = 16384

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

PASSWORD

public const int Flags::PASSWORD = 8192

Constant defines that a text field is a password text field

PUSHBUTTON

public const int Flags::PUSHBUTTON = 65536

Constant defines that a button field is a pushbutton

RADIO

public const int Flags::RADIO = 32768

Constant defines that a button field is a radiobutton

RADIOS_IN_UNISON

public const int Flags::RADIOS_IN_UNISON = 33554432

Constant defines that a button field is a pushbutton

READ_ONLY

public const int Flags::READ_ONLY = 1

Constant defines that a field is readonly

REQUIRED

public const int Flags::REQUIRED = 2

Constant defines that a field is required

RICH_TEXT

public const int Flags::RICH_TEXT = 33554432

Constant defines that a text field is a rich text field

SORT

public const int Flags::SORT = 524288

Constant defines that a choice field is sortable