mlreportgen.dom.TemplateUnorderedListStyle Class
Namespace: mlreportgen.dom
Description
Use this class to create a Document Object Model (DOM) representation of an unordered list style.
The mlreportgen.dom.TemplateUnorderedListStyle
class is a handle
class.
Creation
Description
creates a list style object with default property values. You must set the object's
styleObj
= mlreportgen.dom.TemplateUnorderedListStyleName
property to use this style.
creates a list style object and sets the styleObj
= mlreportgen.dom.TemplateUnorderedListStyle(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 unordered 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