User`s guide
mlreportgen.dom.Paragraph class
12-239
String Description Supported Output Types
justify Align left side of paragraph
on left side of page, and
right side of paragraph on
the right side of the page
HTML
KashidaHigh Use widest Kashida length Word
KashidaLow Use lowest Kashida length Word
KashidaMedium Use medium Kashida length Word
left Align paragraph left Word and HTML
right Align paragraph right Word and HTML
ThaiDistribute Thai language justification Word
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
OuterLeftMargin — Left indentation for paragraph
string
Space between the left outer boundary of this paragraph and the left inner boundary
of its container. This is equivalent to the left indentation property of a Microsoft Word
paragraph.
To indent a paragraph from both the left and right margin of a page, do not
set this property. Instead, add to the Style property of this paragraph a
mlreportgen.dom.OuterMargin object specifying the left and right indentations.