CustomAttributes — Custom attributes for document element array of mlreportgen.doc.CustomAttribute objects
The custom attributes must be supported by the output type of
the document to which this document element is appended.
Entries — Table entries in this row array of mlreportgen.dom.TableEntry objects
Table entries in this row.
Height — Height of table row character vector
Height of table row in the form valueUnits, where
Units is an abbreviation for the units. These
abbreviations are valid:
px — pixels (default)
cm — centimeters
in — inches
mm — millimeters
pc — picas
pt — points
Alternatively, you can specify the table row height using the
TableRow.Style property. For example:
TableRow.Style = {RowHeight('.5in')};
Id — ID for document element character vector
ID for this document element, specified as a character vector.
The DOM generates a session-unique ID when it creates the document
element. You can specify your own ID.
Style — Style of table row array of format objects
Array of format objects (such as Bold objects) that
specify the style of the table row.
StyleName — Style of table row character vector
Name of a style specified in the style sheet of the HTML document or
document part containing this row. This property is ignored for Word
output.
Tag — Tag for document element character vector
Tag for the document element, specified as a character vector.
The DOM generates a session-unique tag when it creates the document element. Structure
the tag as class:id, where class is the class of
the element and id is the value of the Id
property. You can specify a tag to replace the generated tag. Specifying your own tag
can make it easier to identify where an issue occurred during document
generation.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.