EquationNodeType enumeration

EquationNodeType enumeration

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.

The EquationNodeType type exposes the following members:

Fields

FieldDescription
UN_KNOWUnKnow
TEXTspecifies a node that stores math text
BASESpecifies a Base component
DENOMINATORSpecifies a Denominator component
NUMERATORSpecifies a Numerator component
FUNCTION_NAMESpecifies a FunctionName component
SUBSCRIPTSpecifies a Subscript component
SUPERSCRIPTSpecifies a Superscript component
DEGREESpecifies a Degree component
MATRIX_ROWSpecifies a MatrixRow component.A single row of the matrix
LIMITRepresents a sub-object of Lower-Limit function or Upper-Limit function
EQUATION_PARAGRAPHSpecifies a mathematical paragraph(oMathPara).
MATHEMATICAL_EQUATIONSpecifies an equation or mathematical expression(OMath).
FRACTION_EQUATIONSpecifies fractional equation
FUNCTION_EQUATIONSpecifies function equation
DELIMITER_EQUATIONSpecifies delimiter equation
NARY_EQUATIONSpecifies n-ary operator equation
RADICAL_EQUATIONSpecifies the radical equation
SUPERSCRIPT_EQUATIONSpecifies superscript equation
SUBSCRIPT_EQUATIONSpecifies subscript equation
SUB_SUP_EQUATIONSpecifies an equation with superscripts and subscripts to the right of the operands.
PRE_SUB_SUP_EQUATIONSpecifies an equation with superscripts and subscripts to the left of the operands.
ACCENT_EQUATIONSpecifies accent equation
BAR_EQUATIONSpecifies bar equation
BORDER_BOX_EQUATIONSpecifies border box equation
BOX_EQUATIONSpecifies box equation
GROUP_CHARACTER_EQUATIONSpecifies Group-Character equation
MATRIX_EQUATIONSpecifies the Matrix equation,
LOWER_LIMITSpecifies the Lower-Limit function
UPPER_LIMITSpecifies 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
SUB_SUPSpecifies an equation with superscripts and subscripts to the right of the operands.
PRE_SUB_SUPSpecifies an equation with superscripts and subscripts to the left of the operands.
ACCENTSpecifies accent equation
BARSpecifies bar equation
BORDER_BOXSpecifies border box equation
BOXSpecifies box equation
GROUP_CHRSpecifies Group-Character equation
MATRIXSpecifies the Matrix equation,
ARRAY_EQUATIONSpecifies the Equation-Array function. The function consists of one or more equations.

See Also