The mlreportgen.dom.Underline class is a handle class.
Creation
Description
underline = Underline() draws a
single line under text.
underline = Underline(type)
draws a line of the specified type under the text.
underline = Underline(type,color)
draws a line of the specified type and color under the text. The color
parameter must be an mlreportgen.dom.Color object.
Underline style. See the description of the type input
argument for the constructor.
Data Types: char
Color — Color of underline mlreportgen.dom.Color object
Color of the underline, specified by an
mlreportgen.dom.Color object.
Id — ID for this document element character vector | string scalar
ID for this document element, specified as a character vector or string scalar. The
DOM generates a session-unique ID when it creates the document element. You can specify
your own ID.
Attributes:
GetAccess
public
SetAccess
public
NonCopyable
true
Data Types: char | string
Tag — Tag for this document element character vector | string scalar
Tag for this document element, specified as a character vector or string
scalar.
The DOM generates a session-unique tag as part of the creation of this object. The
generated tag has the form CLASS:ID, where CLASS is the object class and ID is the value
of the Id property of the object. Specifying your own tag value can
help you 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.