Skip to main content

GridCellStyleEx

Constructors

new GridCellStyleEx()

new GridCellStyleEx(dart): GridCellStyleEx

Parameters

ParameterType
dartany

Returns

GridCellStyleEx

Source

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

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:164


choices

get choices(): string[]

set choices(x): void

Parameters

ParameterType
xstring[]

Returns

string[]

Source

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


clip

get clip(): boolean

set clip(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

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


cursor

get cursor(): string

set cursor(x): void

Parameters

ParameterType
xstring

Returns

string

Source

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


element

get element(): any

set element(x): void

Parameters

ParameterType
xany

Returns

any

Source

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


font

get font(): string

set font(x): void

Parameters

ParameterType
xstring

Returns

string

Source

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


horzAlign

get horzAlign(): string

set horzAlign(x): void

Parameters

ParameterType
xstring

Returns

string

Source

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


imageScale

get imageScale(): number

set imageScale(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

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


marginBottom

get marginBottom(): number

set marginBottom(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

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


marginLeft

get marginLeft(): number

set marginLeft(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

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


marginRight

get marginRight(): number

set marginRight(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

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


marginTop

get marginTop(): number

set marginTop(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

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


marker

get marker(): string

set marker(x): void

Parameters

ParameterType
xstring

Returns

string

Source

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


opacity

get opacity(): number

set opacity(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

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


textColor

get textColor(): number

set textColor(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

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


textVertical

get textVertical(): boolean

set textVertical(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

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


textWrap

get textWrap(): string

set textWrap(x): void

Parameters

ParameterType
xstring

Returns

string

Source

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


tooltip

get tooltip(): string

set tooltip(x): void

Parameters

ParameterType
xstring

Returns

string

Source

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


vertAlign

get vertAlign(): string

set vertAlign(x): void

Parameters

ParameterType
xstring

Returns

string

Source

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


defaultStyle

get static defaultStyle(): any

set static defaultStyle(x): void

Parameters

ParameterType
xany

Returns

any

Source

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


numberStyle

get static numberStyle(): any

set static numberStyle(x): void

Parameters

ParameterType
xany

Returns

any

Source

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


styles

get static styles(): object

set static styles(x): void

Parameters

ParameterType
xobject

Returns

object

Source

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


textStyle

get static textStyle(): any

set static textStyle(x): void

Parameters

ParameterType
xany

Returns

any

Source

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

Methods

create()

static create(): GridCellStyleEx

Returns

GridCellStyleEx

Source

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