[]
Specifies the Office Math structure type.
public enum OMathStructType
Accent = 7
Accent Office Math structure, which consists of a base element and a combining diacritical mark.
Bar = 8
Bar Office Math structure, which consists of a base element and an overbar or underbar.
BorderBox = 9
Border box Office Math structure, which consists of a border drawn around a base element.
Box = 10
Box Office Math structure, which is used to group components of an equation or other instance of mathematical text.
Delimiter = 16
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 = 17
Equation Office Math structure, which consists of one or more equations or expressions elements.
Fraction = 11
Fraction Office Math structure, which consists of a numerator element and denominator element separated by a fraction bar.
Function = 12
Function Office Math structure, which consists of a function name element and an argument element acted upon.
GroupCharacter = 13
Group Character Office Math structure, which consists of a character drawn above or below base element.
LimitLower = 14
Lower-Limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately below it.
LimitUpper = 15
Upper-Limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately above it.
Matrix = 18
Matrix Office Math structure, which consists of one or more elements laid out in one or more rows and one or more columns.
Nary = 4
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.
Phantom = 6
Phantom 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 = 3
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 = 5
Radical Office Math structure, which consists of a radical character, a base element, and an optional degree element.
Subscript = 1
Subscript Office Math structure which consists of a base element and a reduced-size script element placed below and to the right.
SubSuperscript = 2
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 = 0
Superscript Office Math structure which consists of a base element and a reduced-size script element placed above and to the right.