Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.78 KB

File metadata and controls

28 lines (23 loc) · 1.78 KB

Cell

Represents a cell of the table's row.

Properties

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]

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