User`s guide
12 Classes – Alphabetical List
12-144
mlreportgen.dom.HAlign class
Package: mlreportgen.dom
Specify horizontal alignment of document object
Description
Specifies horizontal alignment of a document object.
Construction
alignObj = HAlign() creates an alignment object having the value 'left'.
alignObj = HAlign(value) creates an alignment object having the specified value.
Input Arguments
value — Horizontal alignment
string
String that specifies the horizontal alignment of a document object.
• 'center'
• 'left'
• 'right'
Output Arguments
horizontalAlignObj — Horizontal alignment
mlreportgen.dom.HAlign object
Horizontal alignment, represented by an mlreportgen.dom.HAlign object.
Properties
Id — ID for document element
string