User`s guide

12 Classes – Alphabetical List
12-330
pi — picas
pt — points
px — pixels
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
Italic — Option to use italics for text
[] (default) | logical value
To use italics for text, set this property to true. If this property is empty and the
StyleName property for this document element specifies a style sheet style, the slant of
the text is determined by that style. Setting the Italic property adds a corresponding
mlreportGen.dom.Italic format object to the Style property of this document
element. Removing the Italic property setting removes the object.
Data Types: logical
Strike — Text strikethrough
string
The default for this property is []. You can set it to one of these values:
none — Do not use strikethrough for Word and HTML documents
single — Use a single line for strikethrough for Word and HTML documents
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 — Text formatting
array of mlreportgen.dom.DOCXSection objects
An array of mlreportgen.dom.DOCXSection objects that specifies the format for the
text.
StyleName — Style for the text
string