User`s guide
12 Classes – Alphabetical List
12-240
Setting the OuterLeftMargin property adds a corresponding
mlreportGen.dom.OuterMargin format object to the Style property for this
document element. Removing the OuterLeftMargin property setting removes the
object.
The string has the format valueUnits, where Units is an abbreviation for the units
in which the indentation is expressed. Use one of these abbreviations for the units for
indentation.
• 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
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.
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