User`s guide

mlreportgen.dom.UnorderedList class
12-339
mlreportgen.dom.Table
mlreportgen.dom.Image
mlreportgen.dom.CustomElement
Horizontal one-dimensional array (for a sublist)
To append an ordered list, use an OrderedList DOM object instead of using the
listItems argument.
Output Arguments
unorderedListObj — Content to include in each item in the unordered list
mlreportgen.dom.UnorderedList object
An mlreportgen.dom.UnorderedList object representing an unordered list of the
specified list items.
Properties
CustomAttributes — Custom attributes of document element
array of mlreportgen.dom.CustomAttribute objects
HTML or Microsoft Word must support the custom attributes of this document element.
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
Style — Format specification
array of format objects
Format objects that specify the format of a document element.
StyleName — This property is ignored
string
This property is ignored.