Input Rich Block Table Row Builder
Builder of RichBlockTableCells used inside InputRichBlockTableBuilder.row.
Functions
Link copied to clipboard
Link copied to clipboard
fun cell(align: RichBlockTableCellAlign, valign: RichBlockTableCellVAlign, colspan: Int? = null, rowspan: Int? = null, block: RichTextBuilder.() -> Unit)
Link copied to clipboard
fun headerCell(align: RichBlockTableCellAlign, valign: RichBlockTableCellVAlign, colspan: Int? = null, rowspan: Int? = null, block: RichTextBuilder.() -> Unit)