User`s guide

mlreportgen.dom.TableHeaderEntry class
12-313
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
VAlign — Vertical alignment table cell content
string
Possible values are:
top
bottom
middle
Methods
Use TableHeaderEntry.append and TableHeaderEntry.clone methods the same
way you use Paragraph.append and Paragraph.clone.
Method Purpose
append Append text, paragraphs, images, tables,
and other elements to this entry.
clone Clone this table header entry.
See Also
mlreportgen.dom.FormalTable | mlreportgen.dom.TableBody |
mlreportgen.dom.TableFooter | mlreportgen.dom.TableHeader |
mlreportgen.dom.TableRow
Related Examples
“Create and Format Tables”