TableVerticalAlignmentValues Enumeration

Defines the TableVerticalAlignmentValues enumeration.

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

Syntax

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

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".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace