RichBlockTableCell
Cell in a table.
Fields
Optional. Text in the cell. If omitted, then the cell is invisible.
is_headerTrueOptionalOptional. True, if the cell is a header cell
colspanIntegerOptionalOptional. The number of columns the cell spans if it is bigger than 1
rowspanIntegerOptionalOptional. The number of rows the cell spans if it is bigger than 1
alignStringRequiredValues:
leftcenterrightHorizontal cell content alignment. Currently, must be one of "left", "center", or "right".
valignStringRequiredValues:
topmiddlebottomVertical cell content alignment. Currently, must be one of "top", "middle", or "bottom".