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

In This Topic
    OMathStructType Enumeration
    In This Topic
    Specifies the Office Math structure type.
    Syntax
    'Declaration
     
    Public Enum OMathStructType 
       Inherits System.Enum
    public enum OMathStructType : System.Enum 
    Members
    MemberDescription
    Accent Accent Office Math structure, which consists of a base element and a combining diacritical mark.
    Bar Bar Office Math structure, which consists of a base element and an overbar or underbar.
    BorderBox Border box Office Math structure, which consists of a border drawn around a base element.
    Box Box Office Math structure, which is used to group components of an equation or other instance of mathematical text.
    Delimiter Delimiter Office Math structure, which consists of opening and closing delimiters characters, and one or more elements contained inside with a designated separator character between each element.
    EquationArray Equation Office Math structure, which consists of one or more equations or expressions elements.
    Fraction Fraction Office Math structure, which consists of a numerator element and denominator element separated by a fraction bar.
    Function Function Office Math structure, which consists of a function name element and an argument element acted upon.
    GroupCharacter Group Character Office Math structure, which consists of a character drawn above or below base element.
    LimitLower Lower-Limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately below it.
    LimitUpper Upper-Limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately above it.
    Matrix Matrix Office Math structure, which consists of one or more elements laid out in one or more rows and one or more columns.
    Nary N-ary Office Math structure, which consists of an n-ary operator character, a base element (or operand), and optional upper and lower limit elements.
    PhantomPhantom Office Math structure.

    This structure has two primary uses: adding the spacing of the phantom base element without displaying that base; and suppressing part of the glyph for spacing considerations.

    PreSubSuperscript Pre-sub-superscript Office Math structure, which consists of a base element, a reduced-size script element placed below and to the left, and a reduced-size script element placed above and to the left.
    Radical Radical Office Math structure, which consists of a radical character, a base element, and an optional degree element.
    Subscript Subscript Office Math structure which consists of a base element and a reduced-size script element placed below and to the right.
    SubSuperscript Sub-superscript Office Math structure which consists of a base element, a reduced-size script element placed below and to the right, and a reduced-size script element placed above and to the right.
    Superscript Superscript Office Math structure which consists of a base element and a reduced-size script element placed above and to the right.
    Inheritance Hierarchy

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

    See Also