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

In This Topic
    OMathLimitLocation Enumeration
    In This Topic
    Specifies the location of limits in the OMathNary structure.
    Syntax
    'Declaration
     
    Public Enum OMathLimitLocation 
       Inherits System.Enum
    public enum OMathLimitLocation : System.Enum 
    Members
    MemberDescription
    SubscriptSuperscript Limits positioned just to the right of the n-ary operator.
    UnderOver Limits centered above and below the n-ary operator.
    Inheritance Hierarchy

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

    See Also