WdOMathVertAlignType Enumeration
Specifies the vertical alignment of equations within the shape canvas or the line, for inline equations.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdOMathVertAlignType
'Usage
Dim instance As WdOMathVertAlignType
public enum WdOMathVertAlignType
Members
Member name | Description | |
---|---|---|
wdOMathVertAlignCenter | Vertically centers the equation in the shape canvas or line. | |
wdOMathVertAlignTop | Aligns the equation on the top of the shape canvas or line. | |
wdOMathVertAlignBottom | Aligns the equation on the bottom of the shape canvas or line. |