User`s guide

11 Functions – Alphabetical List
11-80
styleName — Name of a style to apply to text
string
Name of the style to define the appearance of the text. Use a style that is in the
stylesheet of the document that contains the paragraph.
domObj — Document element to append to paragraph
DOM object
You can append the following types of document element object to a paragraph:
mlreportgen.dom.ExternalLink
mlreportgen.dom.Image
mlreportgen.dom.InternalLink
mlreportgen.dom.LinkTarget
mlreportgen.dom.Text
mlreportgen.dom.CustomElement
If you specify a custom element, it must be a valid HTML or Word child of the
paragraph, based on the document output type.
Output Arguments
paraObjOut — Paragraph with appended content
mlreportgen.dom.Paragraph object
Paragraph with appended content, represented by an mlreportgen.dom.Paragraph
object.
See Also
mlreportgen.dom.Document | mlreportgen.dom.Paragraph |
mlreportgen.dom.Paragraph.clone