Skip to content

RichBlockTable

A table, corresponding to the HTML tag <table>.

Fields

typeString = tableRequired
Type of the block, always "table"
Cells of the table
is_borderedTrueOptional
Optional. True, if the table has borders
is_stripedTrueOptional
Optional. True, if the table is striped
is_compactTrueOptional
Optional. True, if table cells have smaller indents
captionRichTextOptional
Optional. Caption of the table

GramIO Usage

See Also