Main Content
mlreportgen.dom.TemplateTextStyle Class
Namespace: mlreportgen.dom
Description
Use this class to create a Document Object Model (DOM) representation of a text style.
The mlreportgen.dom.TemplateTextStyle
class is a handle
class.
Creation
Description
styleObj = TemplateTextStyle
creates a text style with an empty
name. You must set the Name
property to use the style.
styleObj = TemplateTextStyle(name)
creates a text style and
initializes the Name
property to name
.
Properties
Examples
Version History
Introduced in R2024a