tableCell

fnTextNode tableCell(string text, string styleName = "") @safe pure nothrow

Creates a table cell node.

Parameters

textThe cell text content.
styleNameOptional style name.

Returns

A TextNode of kind TABLE_CELL.