Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the VerticalTextAlignmentValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration VerticalTextAlignmentValues
'Usage
Dim instance As VerticalTextAlignmentValues
public enum VerticalTextAlignmentValues
Members
Member name | Description | |
---|---|---|
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". |