RichBlockTableCell
Cell in a table.
Properties
text
ts
text?: RichText;Text in the cell. If omitted, then the cell is invisible.
is_header
ts
is_header?: true;True, if the cell is a header cell
colspan
ts
colspan?: number;The number of columns the cell spans if it is bigger than 1
rowspan
ts
rowspan?: number;The number of rows the cell spans if it is bigger than 1
align
ts
align: "left" | "center" | "right";Horizontal cell content alignment. Currently, must be one of “left”, “center”, or “right”.
valign
ts
valign: "top" | "middle" | "bottom";Vertical cell content alignment. Currently, must be one of “top”, “middle”, or “bottom”.