User`s guide
12 Classes – Alphabetical List
12-48
Children — Children of container
cell array of mlreportgen.dom.Element objects
This read-only property lists child elements that the container contains.
HTMLTag — HTML tag name of container
string
HTML container tag name, specified as a string. The name must be an HTML element,
such as 'div', 'section', or 'article'.
Note: Word output ignores the HTML container tag.
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.
Style — Format specification
array of format objects
Format specification, specified as an array of format objects. The formats specified by
this property override corresponding formats defined by the stylesheet style specified by
the StyleName property of this element. Formats that do not apply to this element are
ignored.
StyleName — Style name
string
Style name, specified as a string. The style name is the name of a style specified in the
stylesheet of the document or document part to which this element is appended. The
specified style defines the appearance of this element in the output document where not
overridden by the formats specified by the Style property of this element.
Note: Word output ignores the style name.
Tag — Tag for document element
string