TextHorizontalAlignmentValues Enumeration

Defines the TextHorizontalAlignmentValues enumeration.

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

Syntax

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

Members

Member name Description
Left left. When the item is serialized out as xml, its value is "left".
Center center. When the item is serialized out as xml, its value is "center".
Right right. When the item is serialized out as xml, its value is "right".
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