User`s guide

mlreportgen.dom.Paragraph class
12-241
double — Use a double line for strikethrough for Word documents
Setting the Strike property adds a corresponding mlreportGen.dom.Strike format
object to the Style property for this document element. Removing the Strike property
setting removes the object.
Style — Paragraph formatting
cell array of format objects
A cell array of DOM format objects that specifies the formats for this paragraph style.
styleName — Paragraph style name
string
The style specified by styleName must be defined in the template used to create the
document element to which this paragraph is appended.
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.
Underline — Type of underline, if any, for text
[] (default) | string
You can specify one of the following types of underlines.
Border String Description Supported Output Types
dash Dashed underline Word
dashedHeavy Line with heavy dashes Word
dashLong Line with long dashes Word
dashLongHeavy Line with heavy long
dashes
Word