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.


type EquationNodeType int32

Fields

FieldDescription
UnKnowUnKnow
Textspecifies a node that stores math text
BaseSpecifies a Base component
DenominatorSpecifies a Denominator component
NumeratorSpecifies a Numerator component
FunctionNameSpecifies a FunctionName component
SubscriptSpecifies a Subscript component
SuperscriptSpecifies a Superscript component
DegreeSpecifies a Degree component
MatrixRowSpecifies a MatrixRow component.A single row of the matrix
LimitRepresents a sub-object of Lower-Limit function or Upper-Limit function
EquationParagraphSpecifies a mathematical paragraph(oMathPara).
LowerLimitSpecifies the Lower-Limit function
UpperLimitSpecifies the Upper-Limit function
MathematicalSpecifies an equation or mathematical expression(OMath).
FractionSpecifies fractional equation
FunctionSpecifies function equation
DelimiterSpecifies delimiter equation
NarySpecifies n-ary operator equation
RadicalSpecifies the radical equation
SupSpecifies superscript equation
SubSpecifies subscript equation
SubSupSpecifies an equation with superscripts and subscripts to the right of the operands.
PreSubSupSpecifies an equation with superscripts and subscripts to the left of the operands.
AccentSpecifies accent equation
BarSpecifies bar equation
BorderBoxSpecifies border box equation
BoxSpecifies box equation
GroupChrSpecifies Group-Character equation
MatrixSpecifies the Matrix equation,
ArrayEquationSpecifies the Equation-Array function. The function consists of one or more equations.