User`s guide

mlreportgen.dom.Bold class
12-17
mlreportgen.dom.Bold class
Package: mlreportgen.dom
Bold for text object
Description
Specifies whether to use bold for a text object
Construction
boldObj = Bold() creates a bold object that specifies to use bold for a text object.
boldObj = Bold(value) creates a bold object that specifies to use bold for a text object
if value is true. Otherwise, creates a bold object that specifies to use regular weight text.
Input Arguments
value — Option to use bold or regular weight for text object
[] (default) | logical value
A setting of false (or 0) uses regular weight text. A setting of true (or 1) renders text in
bold.
Data Types: logical
Output Arguments
boldObj — Bold text
mlreportgen.dom.Bold object
Bold text, represented by an mlreportgen.dom.Bold object
Properties
Id — ID for document element
string