VerticalTextAlignmentValues enumeration

Office 2013 and later

Defines the VerticalTextAlignmentValues enumeration.

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

No code example is currently available or this language may not be supported.

Member nameDescription
Top Align Text at Top. When the item is serialized out as xml, its value is "top".
Center Align Text at Center. When the item is serialized out as xml, its value is "center".
Baseline Align Text at Baseline. When the item is serialized out as xml, its value is "baseline".
Bottom Align Text at Bottom. When the item is serialized out as xml, its value is "bottom".
Auto Automatically Determine Alignment. When the item is serialized out as xml, its value is "auto".
Show: