User`s guide
mlreportgen.dom.Italic class
12-191
mlreportgen.dom.Italic class
Package: mlreportgen.dom
Italic for text object
Description
Specifies whether text should be rendered italic.
Construction
italicObj = Italic() creates a format object that specifies that text should be
rendered italic.
italicObj = Italic(value) creates a format object that specifies that text should be
rendered italic if value is true; otherwise, upright.
Input Arguments
value — Option to use italic or not for a text object
logical value
A setting of false (or 0) uses upright text. A setting of true (or 1) renders text in italic
Data Types: logical
Output Arguments
italicObj — Italic format object
mlreportgen.dom.Italic object
Italic format, represented by an mlreportgen.dom.Italic object.
Properties
Id — ID for document element
string