Aspose::Cells::Drawing::Equations::EquationNodeType enum

EquationNodeType enum

Equation node type. Notice: (1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text. (2)[100-199] Indicates that the node is a component of some special function nodes. (3)[200-] Indicates that the node has some special functions(Usually with ‘Equation’ suffix. ‘EquationParagraph’ is a special case.).

enum class EquationNodeType

Values

NameValueDescription
UnKnow0
UnKnow.
Text1
specifies a node that stores math text
Base100
Specifies a component of type ‘Base’.
Denominator101
Specifies a component of type ‘Denominator’.
Numerator102
Specifies a component of type ‘Numerator’.
FunctionName103
Specifies a component of type ‘FunctionName’.
Subscript104
Specifies a component of type ‘Subscript’.
Superscript105
Specifies a component of type ‘Superscript’.
Degree106
Specifies a component of type ‘Degree’.
MatrixRow107
Specifies a component of type ‘MatrixRow’.A single row of the matrix.
EquationParagraph200
Specifies a mathematical paragraph(oMathPara).
MathematicalEquation201
Specifies an equation or mathematical expression(OMath).
FractionEquation202
Specifies fractional equation.
FunctionEquation203
Specifies function equation.
DelimiterEquation204
Specifies delimiter equation.
NaryEquation205
Specifies n-ary operator equation.
RadicalEquation206
Specifies the radical equation.
SuperscriptEquation207
Specifies superscript equation.
SubscriptEquation208
Specifies subscript equation.
SubSupEquation209
Specifies an equation with superscripts and subscripts to the right of the operands.
PreSubSupEquation210
Specifies an equation with superscripts and subscripts to the left of the operands.
AccentEquation211
Specifies accent equation.
BarEquation212
Specifies bar equation.
BorderBoxEquation213
Specifies border box equation.
BoxEquation214
Specifies box equation.
GroupCharacterEquation215
Specifies Group-Character equation.
MatrixEquation216
Specifies the Matrix equation,.

See Also