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

In This Topic
    OMathHorizontalAlignment Enumeration
    In This Topic
    Specifies the horizontal justification of an OMathMatrixColumn.
    Syntax
    'Declaration
     
    Public Enum OMathHorizontalAlignment 
       Inherits System.Enum
    public enum OMathHorizontalAlignment : System.Enum 
    Members
    MemberDescription
    Center Text within a column is centered.
    Left Text within a column is left-aligned.
    Right Text within a column is right-aligned.
    Inheritance Hierarchy

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

    See Also