Represents a cell of the table's row.
| Name | Type | Description | Notes |
|---|---|---|---|
| is_no_border | 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] |
| background_color | Color | Gets or sets the background color. | [optional] |
| background_image_file | String | Gets or sets the background image file. | [optional] |
| alignment | HorizontalAlignment | Gets or sets the alignment. | [optional] |
| default_cell_text_state | TextState | Gets or sets the default cell text state. | [optional] |
| paragraphs | Array<TextRect> | Gets or sets the cell's formatted text. | [optional] |
| is_word_wrapped | BOOLEAN | Gets or sets the cell's text word wrapped. | [optional] |
| vertical_alignment | VerticalAlignment | Gets or sets the vertical alignment. | [optional] |
| col_span | Integer | Gets or sets the column span. | [optional] |
| row_span | Integer | Gets or sets the row span. | [optional] |
| width | Float | Gets or sets the column width. | [optional] |