GridCellStyle
Represents grid cell style.
Constructors
new GridCellStyle()
new GridCellStyle(
dart):GridCellStyle
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Type |
|---|---|
dart | any |
Accessors
backColor
getbackColor():number
Background color (RGBA-encoded)
setbackColor(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
backColorHtml
getbackColorHtml():string
Returns
string
Source
element
getelement():HTMLElement
DOM Element to put in the cell
setelement(x):void
Parameters
| Parameter | Type |
|---|---|
x | HTMLElement |
Returns
HTMLElement
Source
font
getfont():string
Font. Example: 12px Verdana
setfont(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
horzAlign
gethorzAlign():null|HorzAlign
sethorzAlign(x):void
Parameters
| Parameter | Type |
|---|---|
x | null | HorzAlign |
Returns
null | HorzAlign
Source
marginLeft
getmarginLeft():number
setmarginLeft(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
marker
getmarker():string
setmarker(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
textColor
gettextColor():number
Text color (RGBA-encoded)
settextColor(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
textColorHtml
gettextColorHtml():string
Returns
string
Source
textVertical
gettextVertical():boolean
Vertical text orientation
settextVertical(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean
Source
textWrap
gettextWrap():null|TextWrap
settextWrap(x):void
Parameters
| Parameter | Type |
|---|---|
x | null | TextWrap |
Returns
null | TextWrap
Source
vertAlign
getvertAlign():null|VertAlign
setvertAlign(x):void
Parameters
| Parameter | Type |
|---|---|
x | null | VertAlign |
Returns
null | VertAlign
Source
Methods
create()
staticcreate():GridCellStyle