TextVerticalAlignmentValues Enumeration

Defines the TextVerticalAlignmentValues enumeration.

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration TextVerticalAlignmentValues
'Usage
Dim instance As TextVerticalAlignmentValues
public enum TextVerticalAlignmentValues

Members

Member name Description
Top top. When the item is serialized out as xml, its value is "top".
Center center. When the item is serialized out as xml, its value is "center".
Bottom bottom. When the item is serialized out as xml, its value is "bottom".
Justify justify. When the item is serialized out as xml, its value is "justify".
Distributed distributed. When the item is serialized out as xml, its value is "distributed".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace