User`s guide
mlreportgen.dom.Table class
12-275
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.
ColSepWidth — Width of line separating table columns
string
String having 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
For example, for a three pica wide column separator, set the ColSepWidth property to
3pi.
ColSpecGroups — Properties of group of columns in table
array of mlreportgen.dom.TableColSpecGroups objects
An array of mlreportgen.dom.TableColSpecGroups objects that specifies the width,
alignment, and other properties of a group of columns. The first object applies to the
first group of columns, the second object to the second group, etc. Specify the number of
columns belonging to each group using the Span property of the TableColSpecGroups
object. For example, if the first object has a span of 2, it applies to the first two columns.
If the second group has a span of 3, it applies to the next three columns, etc.
CustomAttributes — Custom attributes for document element
array of mlreportgen.doc.CustomAttribute objects
The custom attributes must be supported by the output type of the document to which
this document element is appended.