User`s guide

mlreportgen.dom.Table class
12-279
Cell array of format objects that specify the format for table entries.
Tag — Tag for document element
string
Tag for document element, specified as a string.
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
Width — Table width
string
String representing a percentage (for example, '100%') of the page width (minus
margins for Word reports) or a number of units of measurement, having the format
valueUnits, where Units is an abbreviation for the units in which the width is
expressed.
no abbreviation — pixels
cm — centimeters
in — inches
mm — millimeters
pi — picas
pt — points
px — pixels
Methods
Method Purpose
append Append a content to a table.
clone Clone this table.
entry Get a table entry.