class

TableCell

@Js
class TableCell : CustomNode

Table cell of a TableRow containing inline nodes

constructors makeFields

make

fields width

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

header

Is the cell a header or not

alignment

The cell alignment

methods toStrAttributes

alignment Alignment : alignment

The cell alignment

header Bool : header

Is the cell a header or not

make new make()

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

toStrAttributes virtual 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)

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST