User`s guide
mlreportgen.dom.Text class
12-327
mlreportgen.dom.Text class
Package: mlreportgen.dom
Text object
Description
Text string to include in a document element
Construction
textObj = Text() creates an empty text object.
textObj = Text(text) creates a text object containing the specified text string.
textObj = Text(text,styleName) creates a text object containing the specified
text string using the specified style. The style must be defined in the style sheet of the
template of the document to which this text object is appended.
Input Arguments
text — Text string
array of chars
Array of chars containing the text
Data Types: char
styleName — Style for the text
mlreportgen.dom.StyleName object
The style specified by styleName must be defined in the template used to create the
document to which this text is appended.
Data Types: char