mlreportgen.dom.TemplateTableStyle Class
Namespace: mlreportgen.dom
Description
Use this class to create a Document Object Model (DOM) representation of a table style.
The mlreportgen.dom.TemplateTableStyle
class is a handle
class.
Creation
Description
creates a
table style with an empty name. You must set the styleObj
= TemplateTableStyleName
property to
use the style.
creates a table style and initializes the styleObj
= TemplateTableStyle(name
)Name
property to
name
. Add an instance of this object to the style sheet of the
template specified by its Stylesheet
property, to use this style to
format tables based on the template. Set the StyleName
property of
the table to the name of this style to format the table as defined by the style.
Properties
Examples
Version History
Introduced in R2024a