WdVerticalAlignment 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 type of vertical alignment to apply.
public enum class WdVerticalAlignment
[System.Runtime.InteropServices.Guid("750E1523-2AB0-3E82-9C10-65EE8ED77692")]
public enum WdVerticalAlignment
type WdVerticalAlignment =
Public Enum WdVerticalAlignment
- Inheritance
-
WdVerticalAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAlignVerticalTop | 0 | Top vertical alignment. |
wdAlignVerticalCenter | 1 | Center vertical alignment. |
wdAlignVerticalJustify | 2 | Justified vertical alignment. |
wdAlignVerticalBottom | 3 | Bottom vertical alignment. |