Skip to content

RichBlockTableCell

Cell in a table.

Fields

textRichTextOptional
Optional. Text in the cell. If omitted, then the cell is invisible.
is_headerTrueOptional
Optional. True, if the cell is a header cell
colspanIntegerOptional
Optional. The number of columns the cell spans if it is bigger than 1
rowspanIntegerOptional
Optional. The number of rows the cell spans if it is bigger than 1
alignStringRequired
Values:leftcenterright
Horizontal cell content alignment. Currently, must be one of "left", "center", or "right".
valignStringRequired
Values:topmiddlebottom
Vertical cell content alignment. Currently, must be one of "top", "middle", or "bottom".

GramIO Usage

See Also