Enum EquationNodeType

Enum EquationNodeType

Namespace: Aspose.Cells.Drawing.Equations
Assembly: Aspose.Cells.dll (25.2.0)

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.

public enum EquationNodeType

Fields

Accent = 211

Specifies accent equation

ArrayEquation = 317

Specifies the Equation-Array function. The function consists of one or more equations.

Bar = 212

Specifies bar equation

Base = 100

Specifies a Base component

BorderBox = 213

Specifies border box equation

Box = 214

Specifies box equation

Degree = 106

Specifies a Degree component

Delimiter = 204

Specifies delimiter equation

Denominator = 101

Specifies a Denominator component

EquationParagraph = 200

Specifies a mathematical paragraph(oMathPara).

Fraction = 202

Specifies fractional equation

Function = 203

Specifies function equation

FunctionName = 103

Specifies a FunctionName component

GroupChr = 215

Specifies Group-Character equation

Limit = 108

Represents a sub-object of Lower-Limit function or Upper-Limit function

LowerLimit = 217

Specifies the Lower-Limit function

Mathematical = 201

Specifies an equation or mathematical expression(OMath).

Matrix = 216

Specifies the Matrix equation,

MatrixRow = 107

Specifies a MatrixRow component.A single row of the matrix

Nary = 205

Specifies n-ary operator equation

Numerator = 102

Specifies a Numerator component

PreSubSup = 210

Specifies an equation with superscripts and subscripts to the left of the operands.

Radical = 206

Specifies the radical equation

Sub = 208

Specifies subscript equation

SubSup = 209

Specifies an equation with superscripts and subscripts to the right of the operands.

Subscript = 104

Specifies a Subscript component

Sup = 207

Specifies superscript equation

Superscript = 105

Specifies a Superscript component

Text = 1

specifies a node that stores math text

UnKnow = 0

UnKnow

UpperLimit = 218

Specifies the Upper-Limit function