Main Content

mlreportgen.dom.VAlign class

Package: 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

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.

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Data Types: char | string

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.

Attributes:

GetAccess
public
SetAccess
public
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