User`s guide
11 Functions – Alphabetical List
11-18
• A string
• A number
• A Boolean value
• One of the following DOM objects:
• mlreportgen.dom.Text
• mlreportgen.dom.Paragraph
• mlreportgen.dom.OrderedList
• mlreportgen.dom.UnorderedList
• mlreportgen.dom.Table
• mlreportgen.dom.Image
• mlreportgen.dom.CustomElement
• A horizontal one-dimensional array (for a sublist)
Example: {'row 1 - col 1' 'row 1 - col 2';'row 2 - col 1' 'row 2 - col
2'}
styleName — Name of style to apply to appended content
string
The style to use with the appended content. The style defines the appearance of the
document element in the output document.
Use a style that is defined in the stylesheet of the template of the document you append
content to.
domObj — DOM document element object to append
DOM object
You can append the following DOM objects:
• mlreportgen.dom.CustomElement
• mlreportgen.dom.DocumentPart
• mlreportgen.dom.DOCXSection
• mlreportgen.dom.FormalTable
• mlreportgen.dom.Group
• mlreportgen.dom.ExternalLink