WdCellVerticalAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the vertical alignment of text in one or more cells of a table.
public enum class WdCellVerticalAlignment
[System.Runtime.InteropServices.Guid("3A818B51-713A-3E63-91A4-287C06E75F3C")]
public enum WdCellVerticalAlignment
type WdCellVerticalAlignment =
Public Enum WdCellVerticalAlignment
- Inheritance
-
WdCellVerticalAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCellAlignVerticalTop | 0 | Text is aligned to the top border of the cell. |
wdCellAlignVerticalCenter | 1 | Text is aligned to the center of the cell. |
wdCellAlignVerticalBottom | 3 | Text is aligned to the bottom border of the cell. |