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

In This Topic
    OMathShapeDelimiter Enumeration
    In This Topic
    Specifies the shape of delimiters in the OMathDelimiter structure.
    Syntax
    'Declaration
     
    Public Enum OMathShapeDelimiter 
       Inherits System.Enum
    public enum OMathShapeDelimiter : System.Enum 
    Members
    MemberDescription
    Centered Delimiters centered around the math axis of the mathematical text and still be made to fit the entire height of their contents.
    Match Delimiters height and shape altered to exactly match their contents.
    Inheritance Hierarchy

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

    See Also