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  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,
 

    • 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
      • 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,