User`s guide

mlreportgen.dom.AutoNumber class
12-5
Name of number style defined in the template, specified as a string. The style specified
by styleName must be defined in the template used to create the document to which the
number is appended.
Output Arguments
autoObj — Automatically created number object
mlreportgen.dom.AutoNumber object
Automatically created number object, specified as an mlreportgen.dom.AutoNumber
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
[] (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 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: