Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathVerticalJustification Enumeration

In This Topic
    OMathVerticalJustification Enumeration
    In This Topic
    Specifies the position of the bar or group character in the OMathBar and OMathGroupCharacter structures.
    Syntax
    'Declaration
     
    Public Enum OMathVerticalJustification 
       Inherits System.Enum
    public enum OMathVerticalJustification : System.Enum 
    Members
    MemberDescription
    Bottom Place bar or group character at the bottom of the base element.
    Top Place bar or group character at the top of the base element.
    Inheritance Hierarchy

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

    See Also