public final class EquationNodeType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCENT
Specifies accent equation
|
static int |
ACCENT_EQUATION
Deprecated.
Use EquationNodeType.Accent instead.
|
static int |
ARRAY_EQUATION
Specifies the Equation-Array function.
|
static int |
BAR
Specifies bar equation
|
static int |
BAR_EQUATION
Deprecated.
Use EquationNodeType.Bar instead.
|
static int |
BASE
Specifies a Base component
|
static int |
BORDER_BOX
Specifies border box equation
|
static int |
BORDER_BOX_EQUATION
Deprecated.
Use EquationNodeType.BorderBox instead.
|
static int |
BOX
Specifies box equation
|
static int |
BOX_EQUATION
Deprecated.
Use EquationNodeType.Box instead.
|
static int |
DEGREE
Specifies a Degree component
|
static int |
DELIMITER
Specifies delimiter equation
|
static int |
DELIMITER_EQUATION
Deprecated.
Use EquationNodeType.Delimiter instead.
|
static int |
DENOMINATOR
Specifies a Denominator component
|
static int |
EQUATION_PARAGRAPH
Specifies a mathematical paragraph(oMathPara).
|
static int |
FRACTION
Specifies fractional equation
|
static int |
FRACTION_EQUATION
Deprecated.
Use EquationNodeType.Fraction instead.
|
static int |
FUNCTION
Specifies function equation
|
static int |
FUNCTION_EQUATION
Deprecated.
Use EquationNodeType.Function instead.
|
static int |
FUNCTION_NAME
Specifies a FunctionName component
|
static int |
GROUP_CHARACTER_EQUATION
Deprecated.
Use EquationNodeType.GroupChr instead.
|
static int |
GROUP_CHR
Specifies Group-Character equation
|
static int |
LIMIT
Represents a sub-object of Lower-Limit function or Upper-Limit function
|
static int |
LOWER_LIMIT
Specifies the Lower-Limit function
|
static int |
MATHEMATICAL
Specifies an equation or mathematical expression(OMath).
|
static int |
MATHEMATICAL_EQUATION
Deprecated.
Use EquationNodeType.Mathematical instead.
|
static int |
MATRIX
Specifies the Matrix equation,
|
static int |
MATRIX_EQUATION
Deprecated.
Use EquationNodeType.Matrix instead.
|
static int |
MATRIX_ROW
Specifies a MatrixRow component.A single row of the matrix
|
static int |
NARY
Specifies n-ary operator equation
|
static int |
NARY_EQUATION
Deprecated.
Use EquationNodeType.Nary instead.
|
static int |
NUMERATOR
Specifies a Numerator component
|
static int |
PRE_SUB_SUP
Specifies an equation with superscripts and subscripts to the left of the operands.
|
static int |
PRE_SUB_SUP_EQUATION
Deprecated.
Use EquationNodeType.PreSubSup instead.
|
static int |
RADICAL
Specifies the radical equation
|
static int |
RADICAL_EQUATION
Deprecated.
Use EquationNodeType.Radical instead.
|
static int |
SUB
Specifies subscript equation
|
static int |
SUB_SUP
Specifies an equation with superscripts and subscripts to the right of the operands.
|
static int |
SUB_SUP_EQUATION
Deprecated.
Use EquationNodeType.SubSup instead.
|
static int |
SUBSCRIPT
Specifies a Subscript component
|
static int |
SUBSCRIPT_EQUATION
Deprecated.
Use EquationNodeType.Sub instead.
|
static int |
SUP
Specifies superscript equation
|
static int |
SUPERSCRIPT
Specifies a Superscript component
|
static int |
SUPERSCRIPT_EQUATION
Deprecated.
Use EquationNodeType.Sup instead.
|
static int |
TEXT
specifies a node that stores math text
|
static int |
UN_KNOW
UnKnow
|
static int |
UPPER_LIMIT
Specifies the Upper-Limit function
|
public static final int UN_KNOW
public static final int TEXT
public static final int BASE
public static final int DENOMINATOR
public static final int NUMERATOR
public static final int FUNCTION_NAME
public static final int SUBSCRIPT
public static final int SUPERSCRIPT
public static final int DEGREE
public static final int MATRIX_ROW
public static final int LIMIT
public static final int EQUATION_PARAGRAPH
public static final int MATHEMATICAL_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Mathematical. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int FRACTION_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Fraction. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int FUNCTION_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Function. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int DELIMITER_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Delimiter. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int NARY_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Nary. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int RADICAL_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Radical. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int SUPERSCRIPT_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Sup. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int SUBSCRIPT_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Sub. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int SUB_SUP_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.SubSup. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int PRE_SUB_SUP_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.PreSubSup. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int ACCENT_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Accent. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int BAR_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Bar. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int BORDER_BOX_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.BorderBox. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int BOX_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Box. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int GROUP_CHARACTER_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.GroupChr. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int MATRIX_EQUATION
Remarks
NOTE: This member is now obsolete. Instead, please use EquationNodeType.Matrix. This property will be removed 12 months later since September 2024. Aspose apologizes for any inconvenience you may have experienced.public static final int LOWER_LIMIT
public static final int UPPER_LIMIT
public static final int MATHEMATICAL
public static final int FRACTION
public static final int FUNCTION
public static final int DELIMITER
public static final int NARY
public static final int RADICAL
public static final int SUP
public static final int SUB
public static final int SUB_SUP
public static final int PRE_SUB_SUP
public static final int ACCENT
public static final int BAR
public static final int BORDER_BOX
public static final int BOX
public static final int GROUP_CHR
public static final int MATRIX
public static final int ARRAY_EQUATION
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.