User`s guide
12 Classes – Alphabetical List
12-328
Output Arguments
textObj — Text string
mlreportgen.dom.Text object
Text string, represented by an mlreportgen.dom.Text object.
Properties
BackgroundColor — Background color
string
Specify one of these as a string:
• 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.
Bold — Option to use bold for text
[] (default) | logical value
To make text bold, set this property to true or 1. If this property is empty and the
StyleName property for this document element specifies a style sheet style, the weight
of the text is determined by that style. Setting the Bold property adds a corresponding
mlreportGen.dom.Bold format object to the Style property of this document element.
Removing the Bold property setting removes the object.
Data Types: logical
Color — Text color
string
Specify one of these as a string:
• 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.