Package: mlreportgen.dom
Superclasses:
Text object
Text to include in a document element
creates
an empty text object.textObj
= Text()
creates
a text object containing the specified text.textObj
= Text(text
)
creates
a text object containing the specified text 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.textObj
= Text(text
,styleName
)
Use the Text.append
and Text.clone
methods
the same way you use the Paragraph.append
and Paragraph.clone
methods.