Main Content

mlreportgen.dom.VAlign Class

Namespace: mlreportgen.dom

Vertical alignment of document object

Description

Specifies vertical alignment of objects.

The mlreportgen.dom.VAlign class is a handle class.

Creation

Description

vAlignObj = VAlign creates an alignment object having the value 'top'.

vAlignObj = VAlign(value) creates an alignment object having the specified value.

Input Arguments

expand all

Vertical alignment of a document element, specified as one of these values:

  • 'top'

  • 'middle'

  • 'bottom'

Properties

expand all

Object identifier for mlreportgen.dom.VAlign object, specified as a character vector or string scalar. The DOM API generates a session-unique identifier when it creates the document element object. You can specify your own value for Id.

Attributes:

NonCopyable
true

Data Types: char | string

Tag for mlreportgen.dom.VAlign object, specified as a character vector or string scalar. The DOM API generates a session-unique tag as part of the creation of this object. The generated tag has the form CLASS:ID, where CLASS is the object class and ID is the value of the Id property of the object. Specify your own tag value to help you identify where to look when an issue occurs during document generation.

Attributes:

NonCopyable
true

Data Types: char | string

Vertical alignment of an object, specified as one of these values:

  • 'top'

  • 'middle'

  • 'bottom'

Version History

Introduced in R2014b