type

TableCell

@Js
class TableCell : CustomNode

Table cell of a TableRow containing inline nodes

constructors

fields

alignment

The cell alignment

header

Is the cell a header or not

width

The cell width (the number of dash and colon characters in the delimiter row of the table for this column)

methods

Slot Details

alignment

Alignment alignment

The cell alignment

Bool header

Is the cell a header or not

make

new make()

makeFields

new makeFields(Bool header, Alignment alignment, Int width)

toStrAttributes

protected virtual override Str toStrAttributes()

width

Int width

The cell width (the number of dash and colon characters in the delimiter row of the table for this column)