User`s guide
12 Classes – Alphabetical List
12-308
mlreportgen.dom.TableHeaderEntry class
Package: mlreportgen.dom
Entry in table header
Description
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 to eliminate the
need to format a table header entry explicitly. TableHeaderEntry objects rely on the
browser to render the header entry appropriately. For Microsoft Word output, the DOM
interface simulates HTML behavior by rendering a table header entry as bold text.
Construction
entryObj = TableHeaderEntry() creates an empty table header entry.
Output Arguments
entryObj — Table header entry
mlreportgen.dom.TableHeaderEntry object
Table header entry, represented by an mlreportgen.dom.TableHeaderEntry object.
Properties
Border — Type of border to draw
string
Specify one of the following as a string.
Border String Description Supported Output Types
dashed Dashed line Word and HTML