mlreportgen.dom.VAlign Class
Namespace: mlreportgen.dom
Vertical alignment of document object
Description
Use objects of the mlreportgen.dom.VAlign class to specify the vertical
alignment of document objects. Use mlreportgen.dom.VAlign objects to
specify the vertical alignment of an image in a paragraph in PDF and HTML reports, or to
specify the alignment of content in a table entry.
To specify the alignment of content in a table entry, apply an
mlreportgen.dom.VAlign object to the style of an
mlreportgen.dom.TableEntry object.
The mlreportgen.dom.VAlign class is a handle class.
Creation
Description
creates an
alignment object having the value vAlignObj = VAlign"top".
creates an alignment object having the specified value.vAlignObj = VAlign(value)
Input Arguments
Properties
Limitations
You cannot use an
mlreportgen.dom.VAlignobject to vertically align objects, such as images, on a page. For an example on how to align objects on a page, see Center Image on a Page.
Version History
Introduced in R2014b