User`s guide
12 Classes – Alphabetical List
12-136
Footer — Footer for this table
mlreportgen.dom.TableFooter object
The table constructor creates a table footer object and assigns it to this property when
the formal table is constructed. You cannot subsequently set this property. However, you
can append content to the table body and set its properties via this property.
HAlign — Horizontal alignment of this table
string
Possible values are:
• center
• left
• right
Header — Table header
mlreportgen.dom.TableHeader object
The table constructor creates a table header object and assigns it to this property when
the formal table is constructed. You cannot subsequently set this property. However, you
can append content to the table body and set its properties via this property.
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
OuterLeftMargin — Left margin (indentation) of document element
string
String specifying the left indentation. The string must have the format valueUnits
where Units is an abbreviation for the units in which the width size is expressed. Valid
abbreviations are:
• no abbreviation — pixels
• cm — centimeters
• in — inches
• mm — millimeters