User`s guide
12 Classes – Alphabetical List
12-134
• A hexadecimal RGB (truecolor) value as #RRGGBB. For example, #0000ff is a shade
of blue.
BorderWidth — Table border width
string
String specifying the width of the border. 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
Children — Children of this document
cell array of mlreportgen.dom.Element objects
This read-only property lists child elements that the document element contains.
ColSep — Style of line separating columns
string
The style the line separating the columns of a table or table section (header, body, footer),
as specified by a mlreportgen.dom.ColSep object.
See the description of the Border property for a description of the possible values.
ColSepColor — Color of line separating columns
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.