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, specified as a character vector or string scalar. The DOM API generates a session-unique identifier when it creates the document element object.

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Data Types: char | string

Tag, 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. Use this value to help identify where an issue occurs 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