Represents a cell of the table's row.
| Name | Type | Description | Notes |
|---|---|---|---|
| isNoBorder | Boolean | Gets or sets the cell have border. | [optional] |
| margin | MarginInfo | Gets or sets the padding. | [optional] |
| border | BorderInfo | Gets or sets the border. | [optional] |
| backgroundColor | Color | Gets or sets the background color. | [optional] |
| backgroundImageFile | String | Gets or sets the background image file. | [optional] |
| backgroundImageStorageFile | String | Gets or sets path of the background image file from storage. | [optional] |
| alignment | HorizontalAlignment | Gets or sets the alignment. | [optional] |
| defaultCellTextState | TextState | Gets or sets the default cell text state. | [optional] |
| paragraphs | List<TextRect> | Gets or sets the cell's formatted text. | [optional] |
| isWordWrapped | Boolean | Gets or sets the cell's text word wrapped. | [optional] |
| verticalAlignment | VerticalAlignment | Gets or sets the vertical alignment. | [optional] |
| colSpan | Integer | Gets or sets the column span. | [optional] |
| rowSpan | Integer | Gets or sets the row span. | [optional] |
| width | Double | Gets or sets the column width. | [optional] |
| htmlFragment | String | Gets or sets Html fragment. | [optional] |
| images | List<ImageFragment> | Gets or sets ImageFragment list. | [optional] |