cupertino-files / CellFormatting
Interface: CellFormatting
Defined in: src/tst/styles.ts:88
Properties
borders?
optionalborders?:object
Defined in: src/tst/styles.ts:92
Per-side borders. A side set to null removes that border.
bottom?
optionalbottom?:Stroke|null
left?
optionalleft?:Stroke|null
right?
optionalright?:Stroke|null
top?
optionaltop?:Stroke|null
fill?
optionalfill?:Fill
Defined in: src/tst/styles.ts:90
Background: a colour, gradient or image.
padding?
optionalpadding?:Padding
Defined in: src/tst/styles.ts:93
textWrap?
optionaltextWrap?:boolean
Defined in: src/tst/styles.ts:97
Wrap text within the cell rather than clipping it.
verticalAlignment?
optionalverticalAlignment?:number
Defined in: src/tst/styles.ts:95
0 top, 1 middle, 2 bottom — see VerticalAlignment.