VerticalAlignmentValues Enumeration

Defines the VerticalAlignmentValues enumeration.

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

Syntax

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

Members

Member name Description
Inline In line With Text. When the item is serialized out as xml, its value is "inline".
Top Top. When the item is serialized out as xml, its value is "top".
Center Centered Vertically. 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".
Inside Inside Anchor Extents. When the item is serialized out as xml, its value is "inside".
Outside Outside Anchor Extents. When the item is serialized out as xml, its value is "outside".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace