User`s guide

mlreportgen.dom.HTMLFile class
12-167
text-indent
vertical-align
white-space
width
For information about these formats, see the W3Schools CSS documentation at
www.w3schools.com/cssref.
Input Arguments
htmlFile — HTML file path
string
HTML file path, specified as a string.
Properties
Id — ID for HTMLFile object
string
A session-unique ID is generated as part of HTMLFile object creation. You can specify an
ID to replace the generated ID.
HTMLTag — HTML tag name of HTML container element
'div' (default) | string
Tag name of HTML container element, specified as a string, such as 'div', 'section',
or 'article' corresponding to this HTMLFile object. This property applies only to
HTML output.
Children — Children of this HTMLFile object
cell array of mlreportgen.dom.Element objects
This read-only property lists child elements that the HTMLFile object contains.
Parent — Parent of this HTMLFile object
a DOM object
This read-only property lists the parent of this HTMLFile object.