quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.ast.dsl
/
ColumnAstBuilder
Column
Ast
Builder
class
ColumnAstBuilder
A builder of table columns.
See also
Table
Ast
Builder.
column
Members
Constructors
Column
Ast
Builder
Link copied to clipboard
constructor
(
)
Properties
cells
Link copied to clipboard
val
cells
:
MutableList
<
Table.Cell
>
Functions
cell
Link copied to clipboard
fun
cell
(
block
:
InlineAstBuilder
.
(
)
->
Unit
)