User`s guide
mlreportgen.dom.TableEntry class
12-297
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.
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 TableEntry.append and TableEntry.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 table entry.
clone Clone this table entry.
See Also
mlreportgen.dom.FormalTable | mlreportgen.dom.Table |
mlreportgen.dom.TableBody | mlreportgen.dom.TableFooter |
mlreportgen.dom.TableHeader | mlreportgen.dom.TableHeaderEntry |
mlreportgen.dom.TableRow
Related Examples
• “Create and Format Tables”