mlreportgen.dom.VAlign class

Package: mlreportgen.dom
Superclasses:

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

expand all

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

  • 'top'

  • 'middle'

  • 'bottom'

Output Arguments

expand all

Vertical alignment of document object, represented by an mlreportgen.dom.VAlign object.

Properties

expand all

ID for this document element, specified as a character vector or string scalar. The DOM generates a session-unique ID when it creates the document element. You can specify your own ID.

Tag for this document element, specified as a character vector or string scalar.

The DOM 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. Specifying your own tag value can help you to identify where an issue occurred during document generation.

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

  • 'top'

  • 'middle'

  • 'bottom'