TableCell
@Js
class TableCell : CustomNode
Table cell of a TableRow containing inline nodes
The cell width (the number of dash and colon characters in the delimiter row of the table for this column)
Is the cell a header or not
The cell alignment
Alignment : alignment
The cell alignment
Bool : header
Is the cell a header or not
new make()
new makeFields(Bool header, Alignment alignment, Int width)
virtual Str toStrAttributes()
Int : width
The cell width (the number of dash and colon characters in the delimiter row of the table for this column)