type

TableCell

src @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

src Alignment alignment

The cell alignment

src Bool header

Is the cell a header or not

make

src new make()

makeFields

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

toStrAttributes

src protected virtual override Str toStrAttributes()

width

src Int width

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