User`s guide

12 Classes – Alphabetical List
12-66
mlreportgen.dom.CustomText class
Package: mlreportgen.dom
Plain text appended to custom element
Description
Plain text string to append to a custom element.
Construction
customTextObj = CustomText() creates an empty CustomText object.
customTextObj = CustomText(text) creates a CustomText object containing the
specified text string.
Input Arguments
text — Text string to append to custom element
string
Text specified as a string.
Output Arguments
customTextObj — Text string to append to custom element
mlreportgen.dom.CustomText object
Text to append to a custom element, represented by an mlreportgen.dom.CustomText
object.
Properties
Id — ID for document element
string