User`s guide

mlreportgen.dom.RowSep class
12-263
width — Width of table row separator
string
String specifying the color of the table row separator. 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
Output Arguments
rowSepObj — Draw lines between table rows
mlreportgen.dom.RowSep object
Table rows separator lines, represented by an mlreportgen.dom.RowSep object.
Properties
Color — Text color
string
Specify one of these as a string:
The 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.
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.