User`s guide
12 Classes – Alphabetical List
12-338
mlreportgen.dom.UnorderedList class
Package: mlreportgen.dom
Unordered (bulleted) list
Description
Specifies an unordered (bulleted) list.
Construction
unorderedListObj = UnorderedList() creates an empty unordered list.
unorderedListObj = UnorderedList(items) creates an unordered list from a cell
array of strings specifying the list items.
Input Arguments
items — Content to include in each item in unordered list
cell array of strings
A one-dimensional cell array containing a string for each item in the unordered list.
The cell array can contain a combination of the following:
• A string
• A number
• A Boolean value
• One of the following DOM objects:
• mlreportgen.dom.Text
• mlreportgen.dom.Paragraph
• mlreportgen.dom.ExternalLink
• mlreportgen.dom.InternalLink