AlignmentValues Enumeration

Alignment Type

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Members

Member name Description
Top Top Alignment. When the item is serialized out as xml, its value is "top".
Middle Middle Alignment. When the item is serialized out as xml, its value is "middle".
Bottom Bottom Alignment. When the item is serialized out as xml, its value is "bottom".
Left Left Alignment. When the item is serialized out as xml, its value is "left".
Center Center Alignment. When the item is serialized out as xml, its value is "center".
Right Right Alignment. When the item is serialized out as xml, its value is "right".

See Also

Reference

DocumentFormat.OpenXml.Vml.Office Namespace