User`s guide
12 Classes – Alphabetical List
12-30
Output Arguments
charEntityObj — Reference to a character entity
mlreportgen.dom.CharEntity object
Reference to a character entity, represented by an mlreportgen.dom.CharEntity
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 number
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 number 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.