asposecells.api

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  intUN_KNOW
UnKnow
const  intTEXT
specifies a node that stores math text
const  intBASE
Specifies a component of type 'Base'
const  intDENOMINATOR
Specifies a component of type 'Denominator'
const  intNUMERATOR
Specifies a component of type 'Numerator'
const  intFUNCTION_NAME
Specifies a component of type 'FunctionName'
const  intSUBSCRIPT
Specifies a component of type 'Subscript'
const  intSUPERSCRIPT
Specifies a component of type 'Superscript'
const  intDEGREE
Specifies a component of type 'Degree'
const  intMATRIX_ROW
Specifies a component of type 'MatrixRow'.A single row of the matrix
const  intEQUATION_PARAGRAPH
Specifies a mathematical paragraph(oMathPara).
const  intMATHEMATICAL_EQUATION
Specifies an equation or mathematical expression(OMath).
const  intFRACTION_EQUATION
Specifies fractional equation
const  intFUNCTION_EQUATION
Specifies function equation
const  intDELIMITER_EQUATION
Specifies delimiter equation
const  intNARY_EQUATION
Specifies n-ary operator equation
const  intRADICAL_EQUATION
Specifies the radical equation
const  intSUPERSCRIPT_EQUATION
Specifies superscript equation
const  intSUBSCRIPT_EQUATION
Specifies subscript equation
const  intSUB_SUP_EQUATION
Specifies an equation with superscripts and subscripts to the right of the operands.
const  intPRE_SUB_SUP_EQUATION
Specifies an equation with superscripts and subscripts to the left of the operands.
const  intACCENT_EQUATION
Specifies accent equation
const  intBAR_EQUATION
Specifies bar equation
const  intBORDER_BOX_EQUATION
Specifies border box equation
const  intBOX_EQUATION
Specifies box equation
const  intGROUP_CHARACTER_EQUATION
Specifies Group-Character equation
const  intMATRIX_EQUATION
Specifies the Matrix equation,
 

    • Field Detail

      • UN_KNOW

        const int UN_KNOW
        UnKnow
      • TEXT

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

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

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

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

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

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

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

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

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

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

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

        const int FRACTION_EQUATION
        Specifies fractional equation
      • FUNCTION_EQUATION

        const int FUNCTION_EQUATION
        Specifies function equation
      • DELIMITER_EQUATION

        const int DELIMITER_EQUATION
        Specifies delimiter equation
      • NARY_EQUATION

        const int NARY_EQUATION
        Specifies n-ary operator equation
      • RADICAL_EQUATION

        const int RADICAL_EQUATION
        Specifies the radical equation
      • SUPERSCRIPT_EQUATION

        const int SUPERSCRIPT_EQUATION
        Specifies superscript equation
      • SUBSCRIPT_EQUATION

        const int SUBSCRIPT_EQUATION
        Specifies subscript equation
      • SUB_SUP_EQUATION

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

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

        const int ACCENT_EQUATION
        Specifies accent equation
      • BAR_EQUATION

        const int BAR_EQUATION
        Specifies bar equation
      • BORDER_BOX_EQUATION

        const int BORDER_BOX_EQUATION
        Specifies border box equation
      • BOX_EQUATION

        const int BOX_EQUATION
        Specifies box equation
      • GROUP_CHARACTER_EQUATION

        const int GROUP_CHARACTER_EQUATION
        Specifies Group-Character equation
      • MATRIX_EQUATION

        const int MATRIX_EQUATION
        Specifies the Matrix equation,