Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.4 KB

File metadata and controls

21 lines (17 loc) · 1.4 KB

Row

Represents a row of the table.

Properties

Name Type Description Notes
background_color Color Gets or sets the background color. [optional]
border BorderInfo Gets or sets the border. [optional]
cells list[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 bool Gets fixed row is in new page - page with this property should be printed to next page Default false; [optional]
is_row_broken bool 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]

[Back to Model list] [Back to API list] [Back to README]