User`s guide
mlreportgen.dom.TableFooter class
12-299
ColSepColor — Color of line separating columns
string
You can specify:
• Name of a color. The name must be a CSS color name. See http://www.crockford.com/
wrrrld/color.html.
• A hexadecimal RGB (truecolor) value as #RRGGBB. For example, #0000ff is a shade
of blue.
ColSepWidth — Width of line separating table columns
string
String having the format valueUnits, where Units is an abbreviation for the units in
which the width is expressed. Use one of these abbreviations for the units of a width.
• no abbreviation — pixels
• cm — centimeters
• in — inches
• mm — millimeters
• pi — picas
• pt — points
• px — pixels
For example, for a three pica wide column separator, set the ColSepWidth property to
3pi.
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.
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.
RowSep — Style of lines separating rows
string