WdOMathVertAlignType 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 equations within the shape canvas or the line, for inline equations.
public enum class WdOMathVertAlignType
[System.Runtime.InteropServices.Guid("8180C4A6-20CC-3CD4-9DE0-A1D1384513E5")]
public enum WdOMathVertAlignType
type WdOMathVertAlignType =
Public Enum WdOMathVertAlignType
- Inheritance
-
WdOMathVertAlignType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathVertAlignCenter | 0 | Vertically centers the equation in the shape canvas or line. |
wdOMathVertAlignTop | 1 | Aligns the equation on the top of the shape canvas or line. |
wdOMathVertAlignBottom | 2 | Aligns the equation on the bottom of the shape canvas or line. |