RichBlockTableinterfaceA table, corresponding to the HTML tag .Declarationinterface RichBlockTable Propertiescaptionproperty#caption?: RichText;Optional. Caption of the tablecellsproperty#cells: RichBlockTableCell[][];Cells of the tableis_borderedproperty#is_bordered?: boolean;Optional. True, if the table has bordersis_stripedproperty#is_striped?: boolean;Optional. True, if the table is stripedtypeproperty#type: 'table';Type of the block, always "table"