Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.39 KB

File metadata and controls

23 lines (18 loc) · 1.39 KB

Row

Represents a row of the table.

Properties

Name Type Description Notes
backgroundColor 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.
defaultCellBorder BorderInfo Gets default cell border; [optional]
minRowHeight Double Gets height for row; [optional]
fixedRowHeight Double Gets fixed row height - row may have fixed height; [optional]
isInNewPage Boolean Gets fixed row is in new page - page with this property should be printed to next page Default false; [optional]
isRowBroken Boolean Gets is row can be broken between two pages [optional]
defaultCellTextState TextState Gets or sets default text state for row cells [optional]
defaultCellPadding MarginInfo Gets or sets default margin for row cells [optional]
verticalAlignment VerticalAlignment Gets or sets the vertical alignment. [optional]

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