User`s guide
mlreportgen.dom.AutoNumber class
12-7
• pt — points
• px — pixel
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.
Italic — Option to use italics for a number
[] (default) | logical value
To use italics for a number, set this property to true. If this property is empty and
the StyleName property for this document element specifies a style sheet style, the
slant of the number is determined by that style. Setting the Italic property adds a
corresponding mlreportGen.dom.Italic format object to the Style property of this
document element. Removing the Italic property setting removes the object.
Data Types: logical
Strike — Text strikethrough
string
The default for this property is []. You can set it to one of these values:
• none — Do not use strikethrough for Word and HTML documents
• single — Use a single line for strikethrough for Word and HTML documents
• double — Use a double line for strikethrough for Word documents
Setting the Strike property adds a corresponding mlreportGen.dom.Strike format
object to the Style property for this document element. Removing the Strike property
setting removes the object.
Style — Formats that define the element style
array of mlreportgen.dom.DOCXSection objects
The formats specified by this property override corresponding formats defined by the
stylesheet style specified by the StyleName property of this element. Formats that do
not apply to this element are ignored.
StyleName — Style for the number
string