User`s guide

12 Classes – Alphabetical List
12-200
in — inches
mm — millimeters
pi — picas
pt — points
spacingType — Line spacing type
string
Type of line spacing, specified as one of these strings:
'multiple' — Value is the spacing in terms of number of lines.
'exact' — Value is the exact size of the line spacing.
'atleast' — Value is the minimum size of the line spacing (applies only to
Microsoft Word)
Output Arguments
lineSpacingObj — Spacing between lines of paragraph
mlreportgen.com.LineSpacing object
Spacing between lines of paragraph, represented by an
mlreportgen.com.LineSpacing object.
Properties
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.
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.