User`s guide
12 Classes – Alphabetical List
12-342
mlreportgen.dom.VAlign class
Package: mlreportgen.dom
Vertical alignment of document object
Description
Specifies vertical alignment of objects.
Construction
vAlignObj = VAlign() creates an alignment object having the value 'top'.
vAlignObj = VAlign(value) creates an alignment object having the specified value.
Input Arguments
value — Specify vertical alignment
'top' (default) | 'bottom' | 'middle'
String that specifies the vertical alignment of a document element.
Output Arguments
vAlignObj — Vertical alignment of document object
mlreportgen.dom.VAlign object
Vertical alignment of document object, represented by an mlreportgen.dom.VAlign
object.
Properties
Id — ID for document element
string