Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.78 KB

File metadata and controls

26 lines (22 loc) · 1.78 KB

Cell

Represents a cell of the table's row.

Properties

Name Type Description Notes
is_no_border bool 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 str Gets or sets the background image file. [optional]
background_image_storage_file str Gets or sets path of the background image file from storage. [optional]
alignment HorizontalAlignment Gets or sets the alignment. [optional]
default_cell_text_state TextState Gets or sets the default cell text state. [optional]
paragraphs list[TextRect] Gets or sets the cell's formatted text. [optional]
is_word_wrapped bool Gets or sets the cell's text word wrapped. [optional]
vertical_alignment VerticalAlignment Gets or sets the vertical alignment. [optional]
col_span int Gets or sets the column span. [optional]
row_span int Gets or sets the row span. [optional]
width float Gets or sets the column width. [optional]
html_fragment str 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]