User`s guide
12 Classes – Alphabetical List
12-150
Data Types: logical
OuterLeftMargin — Left margin (indentation) of document element
string
String specifying the left indentation. The string must have the format valueUnits
where Units is an abbreviation for the units in which the width size is expressed. Valid
abbreviations are:
• no abbreviation — pixels
• cm — centimeters
• in — inches
• mm — millimeters
• pi — picas
• pt — points
• px — pixels
OutlineLevel — Outline level of this paragraph
[] (default) | numeric value
Setting the OutlineLevel property causes this paragraph to be included in
automatically generated outlines, such as a table of contents. The value specifies the
level of the paragraph in the table of contents. For example, to make a paragraph appear
as a Heading 1 (Word) or h1 (HTML), set OutlineLevel to 1.
Data Types: int32
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.