User`s guide
mlreportgen.dom.Heading class
12-149
To specify substitutions for this font, do not set this property. Instead create and add a
mlreportgen.dom.FontFamily object to the Style property of this document element.
FontSize — Font size for text
string
String having the format valueUnits, where Units is an abbreviation for the units in
which the font size is expressed. Use one of these abbreviations for the units for the font
size.
• no abbreviation — pixels
• cm — centimeters
• in — inches
• mm — millimeters
• pi — picas
• pt — points
• px — pixels
HAlign — Horizontal alignment of this table
string
Possible values are:
• center
• left
• right
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 text
[] (default) | logical value
To use italics for text, 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 text 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.