Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathVerticalAlignment Enumeration

In This Topic
    OMathVerticalAlignment Enumeration
    In This Topic
    Specifies the justification of the OMathEquationArray and OMathMatrix structures.
    Syntax
    'Declaration
     
    Public Enum OMathVerticalAlignment 
       Inherits System.Enum
    public enum OMathVerticalAlignment : System.Enum 
    Members
    MemberDescription
    Bottom Text outside aligned with the bottom of the structure.
    Center Text outside aligned with the center of the structure.
    Top Text outside aligned with the top of the structure.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.OMathVerticalAlignment

    See Also