RichBlockTableCell
@Serializable
Cell in a table.
Constructors
Link copied to clipboard
constructor(align: TableCellAlign, valign: TableCellVerticalAlign, text: RichText? = null, isHeader: Boolean? = null, colspan: Int? = null, rowspan: Int? = null)