Package: mlreportgen.dom
Superclasses:
Entry in table header
Specifies a table header entry.
This class is intended primarily to support HTML table creation.
It is rendered in an HTML document as a th
(table
header cell) element. Use this element so you do not need to format
a table header entry explicitly. TableHeaderEntry
objects
rely on the browser to render the header entry appropriately. For Microsoft® Word and
PDF output, TableHeaderEntry
behaves the same as TableEntry
.
creates
an empty table header entry.entryObj
= TableHeaderEntry()
Use TableHeaderEntry.append
and TableHeaderEntry.clone
methods
the same way you use Paragraph.append
and Paragraph.clone
.