User`s guide
12 Classes – Alphabetical List
12-22
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 border
string
String specifying the width of the border. 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
borderObj — Table border
mlreportgen.dom.Border object
Table border, represented by an mlreportgen.dom.Border object.
Properties
Color — Default color of border segments
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.