aspose.cells

Class EquationNodeType

Utility class containing constants. 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.).

Field Summary
const  NumberUN_KNOW
UnKnow
const  NumberTEXT
specifies a node that stores math text
const  NumberBASE
Specifies a component of type 'Base'
const  NumberDENOMINATOR
Specifies a component of type 'Denominator'
const  NumberNUMERATOR
Specifies a component of type 'Numerator'
const  NumberFUNCTION_NAME
Specifies a component of type 'FunctionName'
const  NumberSUBSCRIPT
Specifies a component of type 'Subscript'
const  NumberSUPERSCRIPT
Specifies a component of type 'Superscript'
const  NumberDEGREE
Specifies a component of type 'Degree'
const  NumberMATRIX_ROW
Specifies a component of type 'MatrixRow'.A single row of the matrix
const  NumberLIMIT
const  NumberEQUATION_PARAGRAPH
Specifies a mathematical paragraph(oMathPara).
const  NumberMATHEMATICAL_EQUATION
Specifies an equation or mathematical expression(OMath).
const  NumberFRACTION_EQUATION
Specifies fractional equation
const  NumberFUNCTION_EQUATION
Specifies function equation
const  NumberDELIMITER_EQUATION
Specifies delimiter equation
const  NumberNARY_EQUATION
Specifies n-ary operator equation
const  NumberRADICAL_EQUATION
Specifies the radical equation
const  NumberSUPERSCRIPT_EQUATION
Specifies superscript equation
const  NumberSUBSCRIPT_EQUATION
Specifies subscript equation
const  NumberSUB_SUP_EQUATION
Specifies an equation with superscripts and subscripts to the right of the operands.
const  NumberPRE_SUB_SUP_EQUATION
Specifies an equation with superscripts and subscripts to the left of the operands.
const  NumberACCENT_EQUATION
Specifies accent equation
const  NumberBAR_EQUATION
Specifies bar equation
const  NumberBORDER_BOX_EQUATION
Specifies border box equation
const  NumberBOX_EQUATION
Specifies box equation
const  NumberGROUP_CHARACTER_EQUATION
Specifies Group-Character equation
const  NumberMATRIX_EQUATION
Specifies the Matrix equation,
const  NumberLOWER_LIMIT
const  NumberUPPER_LIMIT
const  NumberMATHEMATICAL
const  NumberFRACTION
const  NumberFUNCTION
const  NumberDELIMITER
const  NumberNARY
const  NumberRADICAL
const  NumberSUP
const  NumberSUB
const  NumberSUB_SUP
const  NumberPRE_SUB_SUP
const  NumberACCENT
const  NumberBAR
const  NumberBORDER_BOX
const  NumberBOX
const  NumberGROUP_CHR
const  NumberMATRIX
const  NumberARRAY_EQUATION
 

    • Field Detail

      • UN_KNOW

        const Number UN_KNOW
        UnKnow
      • TEXT

        const Number TEXT
        specifies a node that stores math text
      • BASE

        const Number BASE
        Specifies a component of type 'Base'
      • DENOMINATOR

        const Number DENOMINATOR
        Specifies a component of type 'Denominator'
      • NUMERATOR

        const Number NUMERATOR
        Specifies a component of type 'Numerator'
      • FUNCTION_NAME

        const Number FUNCTION_NAME
        Specifies a component of type 'FunctionName'
      • SUBSCRIPT

        const Number SUBSCRIPT
        Specifies a component of type 'Subscript'
      • SUPERSCRIPT

        const Number SUPERSCRIPT
        Specifies a component of type 'Superscript'
      • DEGREE

        const Number DEGREE
        Specifies a component of type 'Degree'
      • MATRIX_ROW

        const Number MATRIX_ROW
        Specifies a component of type 'MatrixRow'.A single row of the matrix
      • LIMIT

        const Number LIMIT
      • EQUATION_PARAGRAPH

        const Number EQUATION_PARAGRAPH
        Specifies a mathematical paragraph(oMathPara).
      • MATHEMATICAL_EQUATION

        const Number MATHEMATICAL_EQUATION
        Specifies an equation or mathematical expression(OMath).
      • FRACTION_EQUATION

        const Number FRACTION_EQUATION
        Specifies fractional equation
      • FUNCTION_EQUATION

        const Number FUNCTION_EQUATION
        Specifies function equation
      • DELIMITER_EQUATION

        const Number DELIMITER_EQUATION
        Specifies delimiter equation
      • NARY_EQUATION

        const Number NARY_EQUATION
        Specifies n-ary operator equation
      • RADICAL_EQUATION

        const Number RADICAL_EQUATION
        Specifies the radical equation
      • SUPERSCRIPT_EQUATION

        const Number SUPERSCRIPT_EQUATION
        Specifies superscript equation
      • SUBSCRIPT_EQUATION

        const Number SUBSCRIPT_EQUATION
        Specifies subscript equation
      • SUB_SUP_EQUATION

        const Number SUB_SUP_EQUATION
        Specifies an equation with superscripts and subscripts to the right of the operands.
      • PRE_SUB_SUP_EQUATION

        const Number PRE_SUB_SUP_EQUATION
        Specifies an equation with superscripts and subscripts to the left of the operands.
      • ACCENT_EQUATION

        const Number ACCENT_EQUATION
        Specifies accent equation
      • BAR_EQUATION

        const Number BAR_EQUATION
        Specifies bar equation
      • BORDER_BOX_EQUATION

        const Number BORDER_BOX_EQUATION
        Specifies border box equation
      • BOX_EQUATION

        const Number BOX_EQUATION
        Specifies box equation
      • GROUP_CHARACTER_EQUATION

        const Number GROUP_CHARACTER_EQUATION
        Specifies Group-Character equation
      • MATRIX_EQUATION

        const Number MATRIX_EQUATION
        Specifies the Matrix equation,
      • LOWER_LIMIT

        const Number LOWER_LIMIT
      • UPPER_LIMIT

        const Number UPPER_LIMIT
      • MATHEMATICAL

        const Number MATHEMATICAL
      • FRACTION

        const Number FRACTION
      • FUNCTION

        const Number FUNCTION
      • DELIMITER

        const Number DELIMITER
      • NARY

        const Number NARY
      • RADICAL

        const Number RADICAL
      • SUP

        const Number SUP
      • SUB

        const Number SUB
      • SUB_SUP

        const Number SUB_SUP
      • PRE_SUB_SUP

        const Number PRE_SUB_SUP
      • ACCENT

        const Number ACCENT
      • BAR

        const Number BAR
      • BORDER_BOX

        const Number BORDER_BOX
      • BOX

        const Number BOX
      • GROUP_CHR

        const Number GROUP_CHR
      • MATRIX

        const Number MATRIX
      • ARRAY_EQUATION

        const Number ARRAY_EQUATION