Skip to main content

GridCellStyleEx

Constructors

new GridCellStyleEx()

new GridCellStyleEx(dart): GridCellStyleEx

Parameters

ParameterType
dartany

Returns

GridCellStyleEx

Source

src/api/d4.api.g.ts:104

Properties

PropertyModifierTypeDefault value
dartpublicanyundefined
CELL_TYPEstaticstring'cell type'
DATA_TYPEstaticstring'data type'
HORZ_ALIGN_CENTERstaticstring'center'
HORZ_ALIGN_LEFTstaticstring'left'
HORZ_ALIGN_RIGHTstaticstring'right'
STYLE_COL_HEADERstaticstring'column header'
STYLE_DEFAULTstaticstring'default'
STYLE_NUMBERstaticstring'number'
STYLE_ROW_HEADERstaticstring'row header'
STYLE_TEXTstaticstring'text'
VERT_ALIGN_BOTTOMstaticstring'bottom'
VERT_ALIGN_CENTERstaticstring'center'
VERT_ALIGN_TOPstaticstring'top'

Accessors

backColor

get backColor(): number

set backColor(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:162


choices

get choices(): string[]

set choices(x): void

Parameters

ParameterType
xstring[]

Returns

string[]

Source

src/api/d4.api.g.ts:186


clip

get clip(): boolean

set clip(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/api/d4.api.g.ts:180


cursor

get cursor(): string

set cursor(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/api/d4.api.g.ts:153


element

get element(): any

set element(x): void

Parameters

ParameterType
xany

Returns

any

Source

src/api/d4.api.g.ts:183


font

get font(): string

set font(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/api/d4.api.g.ts:144


horzAlign

get horzAlign(): string

set horzAlign(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/api/d4.api.g.ts:146


imageScale

get imageScale(): number

set imageScale(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:175


marginBottom

get marginBottom(): number

set marginBottom(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:170


marginLeft

get marginLeft(): number

set marginLeft(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:164


marginRight

get marginRight(): number

set marginRight(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:166


marginTop

get marginTop(): number

set marginTop(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:168


marker

get marker(): string

set marker(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/api/d4.api.g.ts:158


opacity

get opacity(): number

set opacity(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:178


textColor

get textColor(): number

set textColor(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/api/d4.api.g.ts:160


textVertical

get textVertical(): boolean

set textVertical(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/api/d4.api.g.ts:172


textWrap

get textWrap(): string

set textWrap(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/api/d4.api.g.ts:155


tooltip

get tooltip(): string

set tooltip(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/api/d4.api.g.ts:151


vertAlign

get vertAlign(): string

set vertAlign(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/api/d4.api.g.ts:148


defaultStyle

get static defaultStyle(): any

set static defaultStyle(x): void

Parameters

ParameterType
xany

Returns

any

Source

src/api/d4.api.g.ts:136


numberStyle

get static numberStyle(): any

set static numberStyle(x): void

Parameters

ParameterType
xany

Returns

any

Source

src/api/d4.api.g.ts:140


styles

get static styles(): object

set static styles(x): void

Parameters

ParameterType
xobject

Returns

object

Source

src/api/d4.api.g.ts:142


textStyle

get static textStyle(): any

set static textStyle(x): void

Parameters

ParameterType
xany

Returns

any

Source

src/api/d4.api.g.ts:138

Methods

create()

static create(): GridCellStyleEx

Returns

GridCellStyleEx

Source

src/api/d4.api.g.ts:107