mlreportgen.dom.TemplateOrderedListStyle Class
Namespace: mlreportgen.dom
Description
Use this class to create a Document Object Model (DOM) representation of an ordered list style.
The mlreportgen.dom.TemplateOrderedListStyle
class is a handle
class.
Creation
Description
creates a list style object with default property values. You must set the
styleObj
= mlreportgen.dom.TemplateOrderedListStyleName
property to use this style.
creates a list style object and sets the styleObj
= mlreportgen.dom.TemplateOrderedListStyle(name
)Name
property to
name
. Add an instance of this object to the stylesheet specified by
a template's Stylesheet
property to use this style to format lists
based on the template. Set an ordered list's StyleName
property to
the name of this style to format the list as defined by the style.
Properties
Examples
Version History
Introduced in R2024a