User`s guide
mlreportgen.dom.Table class
12-277
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 lines separating table rows
string
String specifying one of these values:
• The name of a color. See the mlreportGen.dom.Color class reference page for a list
of supported colors.
• A hexadecimal RGB (truecolor) value as #RRGGBB. For example, #0000ff is a shade
of blue.
RowSepWidth — Width of lines separating table rows
string
The string has 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
Style — Format for table
array of format objects
Array of format objects (such as Bold objects) that specify the format for this table.
This property overrides corresponding formats defined by the stylesheet style specified by
the StyleName property.