User`s guide
mlreportgen.dom.TableEntry class
12-295
• 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.
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
ColSpan — Number of table columns spanned by table entry
double
Number of table columns spanned by the table entry, specified as a double.
Data Types: double
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.
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.
InnerMargin — Inner margin (padding) around entry
string