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(Usually with ‘Equation’ suffix. ‘EquationParagraph’ is a special case.).

The EquationNodeType type exposes the following members:

Fields

FieldDescription
UN_KNOWUnKnow
TEXTspecifies a node that stores math text
BASESpecifies a component of type ‘Base’
DENOMINATORSpecifies a component of type ‘Denominator’
NUMERATORSpecifies a component of type ‘Numerator’
FUNCTION_NAMESpecifies a component of type ‘FunctionName’
SUBSCRIPTSpecifies a component of type ‘Subscript’
SUPERSCRIPTSpecifies a component of type ‘Superscript’
DEGREESpecifies a component of type ‘Degree’
MATRIX_ROWSpecifies a component of type ‘MatrixRow’.A single row of the matrix
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,

See Also