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