Aspose::Cells::Drawing::Equations::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.
enum class EquationNodeType
Values
Name | Value | Description |
---|---|---|
UnKnow | 0 | UnKnow. |
Text | 1 | specifies a node that stores math text |
Base | 100 | Specifies a Base component. |
Denominator | 101 | Specifies a Denominator component. |
Numerator | 102 | Specifies a Numerator component. |
FunctionName | 103 | Specifies a FunctionName component. |
Subscript | 104 | Specifies a Subscript component. |
Superscript | 105 | Specifies a Superscript component. |
Degree | 106 | Specifies a Degree component. |
MatrixRow | 107 | Specifies a MatrixRow component.A single row of the matrix. |
Limit | 108 | Represents a sub-object of Lower-Limit function or Upper-Limit function. |
EquationParagraph | 200 | Specifies a mathematical paragraph(oMathPara). |
MathematicalEquation | 201 | (Deprecated - Use EquationNodeType.Mathematical instead. ) Specifies an equation or mathematical expression(OMath). |
FractionEquation | 202 | (Deprecated - Use EquationNodeType.Fraction instead. ) Specifies fractional equation. |
FunctionEquation | 203 | (Deprecated - Use EquationNodeType.Function instead. ) Specifies function equation. |
DelimiterEquation | 204 | (Deprecated - Use EquationNodeType.Delimiter instead. ) Specifies delimiter equation. |
NaryEquation | 205 | (Deprecated - Use EquationNodeType.Nary instead. ) Specifies n-ary operator equation. |
RadicalEquation | 206 | (Deprecated - Use EquationNodeType.Radical instead. ) Specifies the radical equation. |
SuperscriptEquation | 207 | (Deprecated - Use EquationNodeType.Sup instead. ) Specifies superscript equation. |
SubscriptEquation | 208 | (Deprecated - Use EquationNodeType.Sub instead. ) Specifies subscript equation. |
SubSupEquation | 209 | (Deprecated - Use EquationNodeType.SubSup instead. ) Specifies an equation with superscripts and subscripts to the right of the operands. |
PreSubSupEquation | 210 | (Deprecated - Use EquationNodeType.PreSubSup instead. ) Specifies an equation with superscripts and subscripts to the left of the operands. |
AccentEquation | 211 | (Deprecated - Use EquationNodeType.Accent instead. ) Specifies accent equation. |
BarEquation | 212 | (Deprecated - Use EquationNodeType.Bar instead. ) Specifies bar equation. |
BorderBoxEquation | 213 | (Deprecated - Use EquationNodeType.BorderBox instead. ) Specifies border box equation. |
BoxEquation | 214 | (Deprecated - Use EquationNodeType.Box instead. ) Specifies box equation. |
GroupCharacterEquation | 215 | (Deprecated - Use EquationNodeType.GroupChr instead. ) Specifies Group-Character equation. |
MatrixEquation | 216 | (Deprecated - Use EquationNodeType.Matrix instead. ) Specifies the Matrix equation,. |
LowerLimit | 217 | Specifies the Lower-Limit function. |
UpperLimit | 218 | Specifies the Upper-Limit function. |
Mathematical | 201 | Specifies an equation or mathematical expression(OMath). |
Fraction | 202 | Specifies fractional equation. |
Function | 203 | Specifies function equation. |
Delimiter | 204 | Specifies delimiter equation. |
Nary | 205 | Specifies n-ary operator equation. |
Radical | 206 | Specifies the radical equation. |
Sup | 207 | Specifies superscript equation. |
Sub | 208 | Specifies subscript equation. |
SubSup | 209 | Specifies an equation with superscripts and subscripts to the right of the operands. |
PreSubSup | 210 | Specifies an equation with superscripts and subscripts to the left of the operands. |
Accent | 211 | Specifies accent equation. |
Bar | 212 | Specifies bar equation. |
BorderBox | 213 | Specifies border box equation. |
Box | 214 | Specifies box equation. |
GroupChr | 215 | Specifies Group-Character equation. |
Matrix | 216 | Specifies the Matrix equation,. |
ArrayEquation | 317 | Specifies the Equation-Array function. The function consists of one or more equations. |
See Also
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++