User`s guide
mlreportgen.dom.FormalTable class
12-137
• pi — picas
• pt — points
• px — pixels
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
The style of a line separating the rows of a table or table section (header, body, or footer).
See the description of the Border property for a description of the possible values.
RowSepColor — Color of row separator
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.
RowSepWidth — Width of row separator
string
String specifying the width of the row separator. 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
• pi — picas
• pt — points
• px — pixels