User`s guide
12 Classes – Alphabetical List
12-236
A DOM object to include in a paragraph. You can specify these DOM objects:
• mlreportgen.dom.ExternalLink
• mlreportgen.dom.Image
• mlreportgen.dom.InternalLink
• mlreportgen.dom.Text
• mlreportgen.dom.LinkTarget
Output Arguments
paragraphObj — Paragraph
mlreportgen.dom.Paragraph object
Paragraph, represented by an mlreportgen.dom.Paragraph 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