Represents a row of the table.
| Name | Type | Description | Notes |
|---|---|---|---|
| background_color | Color | Gets or sets the background color. | [optional] |
| border | BorderInfo | Gets or sets the border. | [optional] |
| cells | Array<Cell> | Sets the cells of the row. | |
| default_cell_border | BorderInfo | Gets default cell border; | [optional] |
| min_row_height | Float | Gets height for row; | [optional] |
| fixed_row_height | Float | Gets fixed row height - row may have fixed height; | [optional] |
| is_in_new_page | BOOLEAN | Gets fixed row is in new page - page with this property should be printed to next page Default false; | [optional] |
| is_row_broken | BOOLEAN | Gets is row can be broken between two pages | [optional] |
| default_cell_text_state | TextState | Gets or sets default text state for row cells | [optional] |
| default_cell_padding | MarginInfo | Gets or sets default margin for row cells | [optional] |
| vertical_alignment | VerticalAlignment | Gets or sets the vertical alignment. | [optional] |