WdCellVerticalAlignment Enum

Definition

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

wdCellAlignVerticalBottom 3

Text is aligned to the bottom border of the cell.

wdCellAlignVerticalCenter 1

Text is aligned to the center of the cell.

wdCellAlignVerticalTop 0

Text is aligned to the top border of the cell.

Applies to