EquationNodeType Enum
Contents
[
Hide
]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
| Field | Description |
|---|---|
| UnKnow | UnKnow |
| Text | specifies a node that stores math text |
| Base | Specifies a Base component |
| Denominator | Specifies a Denominator component |
| Numerator | Specifies a Numerator component |
| FunctionName | Specifies a FunctionName component |
| Subscript | Specifies a Subscript component |
| Superscript | Specifies a Superscript component |
| Degree | Specifies a Degree component |
| MatrixRow | Specifies a MatrixRow component.A single row of the matrix |
| Limit | Represents a sub-object of Lower-Limit function or Upper-Limit function |
| EquationParagraph | Specifies a mathematical paragraph(oMathPara). |
| LowerLimit | Specifies the Lower-Limit function |
| UpperLimit | Specifies the Upper-Limit function |
| Mathematical | Specifies an equation or mathematical expression(OMath). |
| Fraction | Specifies fractional equation |
| Function | Specifies function equation |
| Delimiter | Specifies delimiter equation |
| Nary | Specifies n-ary operator equation |
| Radical | Specifies the radical equation |
| Sup | Specifies superscript equation |
| Sub | Specifies subscript equation |
| SubSup | Specifies an equation with superscripts and subscripts to the right of the operands. |
| PreSubSup | Specifies an equation with superscripts and subscripts to the left of the operands. |
| Accent | Specifies accent equation |
| Bar | Specifies bar equation |
| BorderBox | Specifies border box equation |
| Box | Specifies box equation |
| GroupChr | Specifies Group-Character equation |
| Matrix | Specifies the Matrix equation, |
| ArrayEquation | Specifies the Equation-Array function. The function consists of one or more equations. |