User`s guide

mlreportgen.dom.ColSep class
12-43
You can specify:
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.
width — Width of column separator in the table
string
String specifying the color of the table column 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 — pixel
Output Arguments
colSepObj — Column separator definition
mlreportgen.dom.ColSpec object
Column separator definition, represented by an mlreportgen.dom.ColSpec object.
Properties
Color — Separator color
string
You can specify:
The name of a color. The name must be a CSS color name. See http://
www.crockford.com/wrrrld/color.html.