EquationNodeType
Inheritance: java.lang.Object
public final class EquationNodeType
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.
Fields
Field | Description |
---|---|
ACCENT | Specifies accent equation |
ACCENT_EQUATION | Specifies accent equation |
ARRAY_EQUATION | Specifies the Equation-Array function. |
BAR | Specifies bar equation |
BAR_EQUATION | Specifies bar equation |
BASE | Specifies a Base component |
BORDER_BOX | Specifies border box equation |
BORDER_BOX_EQUATION | Specifies border box equation |
BOX | Specifies box equation |
BOX_EQUATION | Specifies box equation |
DEGREE | Specifies a Degree component |
DELIMITER | Specifies delimiter equation |
DELIMITER_EQUATION | Specifies delimiter equation |
DENOMINATOR | Specifies a Denominator component |
EQUATION_PARAGRAPH | Specifies a mathematical paragraph(oMathPara). |
FRACTION | Specifies fractional equation |
FRACTION_EQUATION | Specifies fractional equation |
FUNCTION | Specifies function equation |
FUNCTION_EQUATION | Specifies function equation |
FUNCTION_NAME | Specifies a FunctionName component |
GROUP_CHARACTER_EQUATION | Specifies Group-Character equation |
GROUP_CHR | Specifies Group-Character equation |
LIMIT | Represents a sub-object of Lower-Limit function or Upper-Limit function |
LOWER_LIMIT | Specifies the Lower-Limit function |
MATHEMATICAL | Specifies an equation or mathematical expression(OMath). |
MATHEMATICAL_EQUATION | Specifies an equation or mathematical expression(OMath). |
MATRIX | Specifies the Matrix equation, |
MATRIX_EQUATION | Specifies the Matrix equation, |
MATRIX_ROW | Specifies a MatrixRow component.A single row of the matrix |
NARY | Specifies n-ary operator equation |
NARY_EQUATION | Specifies n-ary operator equation |
NUMERATOR | Specifies a Numerator component |
PRE_SUB_SUP | Specifies an equation with superscripts and subscripts to the left of the operands. |
PRE_SUB_SUP_EQUATION | Specifies an equation with superscripts and subscripts to the left of the operands. |
RADICAL | Specifies the radical equation |
RADICAL_EQUATION | Specifies the radical equation |
SUB | Specifies subscript equation |
SUBSCRIPT | Specifies a Subscript component |
SUBSCRIPT_EQUATION | Specifies subscript equation |
SUB_SUP | Specifies an equation with superscripts and subscripts to the right of the operands. |
SUB_SUP_EQUATION | Specifies an equation with superscripts and subscripts to the right of the operands. |
SUP | Specifies superscript equation |
SUPERSCRIPT | Specifies a Superscript component |
SUPERSCRIPT_EQUATION | Specifies superscript equation |
TEXT | specifies a node that stores math text |
UN_KNOW | UnKnow |
UPPER_LIMIT | Specifies the Upper-Limit function |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ACCENT
public static final int ACCENT
Specifies accent equation
ACCENT_EQUATION
public static final int ACCENT_EQUATION
Specifies 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.
ARRAY_EQUATION
public static final int ARRAY_EQUATION
Specifies the Equation-Array function. The function consists of one or more equations.
BAR
public static final int BAR
Specifies bar equation
BAR_EQUATION
public static final int BAR_EQUATION
Specifies 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.
BASE
public static final int BASE
Specifies a Base component
BORDER_BOX
public static final int BORDER_BOX
Specifies border box equation
BORDER_BOX_EQUATION
public static final int BORDER_BOX_EQUATION
Specifies 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.
BOX
public static final int BOX
Specifies box equation
BOX_EQUATION
public static final int BOX_EQUATION
Specifies 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.
DEGREE
public static final int DEGREE
Specifies a Degree component
DELIMITER
public static final int DELIMITER
Specifies delimiter equation
DELIMITER_EQUATION
public static final int DELIMITER_EQUATION
Specifies 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.
DENOMINATOR
public static final int DENOMINATOR
Specifies a Denominator component
EQUATION_PARAGRAPH
public static final int EQUATION_PARAGRAPH
Specifies a mathematical paragraph(oMathPara).
FRACTION
public static final int FRACTION
Specifies fractional equation
FRACTION_EQUATION
public static final int FRACTION_EQUATION
Specifies fractional 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.
FUNCTION
public static final int FUNCTION
Specifies function equation
FUNCTION_EQUATION
public static final int FUNCTION_EQUATION
Specifies 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.
FUNCTION_NAME
public static final int FUNCTION_NAME
Specifies a FunctionName component
GROUP_CHARACTER_EQUATION
public static final int GROUP_CHARACTER_EQUATION
Specifies 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.
GROUP_CHR
public static final int GROUP_CHR
Specifies Group-Character equation
LIMIT
public static final int LIMIT
Represents a sub-object of Lower-Limit function or Upper-Limit function
LOWER_LIMIT
public static final int LOWER_LIMIT
Specifies the Lower-Limit function
MATHEMATICAL
public static final int MATHEMATICAL
Specifies an equation or mathematical expression(OMath).
MATHEMATICAL_EQUATION
public static final int MATHEMATICAL_EQUATION
Specifies an equation or mathematical expression(OMath).
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.
MATRIX
public static final int MATRIX
Specifies the Matrix equation,
MATRIX_EQUATION
public static final int MATRIX_EQUATION
Specifies the 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.
MATRIX_ROW
public static final int MATRIX_ROW
Specifies a MatrixRow component.A single row of the matrix
NARY
public static final int NARY
Specifies n-ary operator equation
NARY_EQUATION
public static final int NARY_EQUATION
Specifies n-ary operator 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.
NUMERATOR
public static final int NUMERATOR
Specifies a Numerator component
PRE_SUB_SUP
public static final int PRE_SUB_SUP
Specifies an equation with superscripts and subscripts to the left of the operands.
PRE_SUB_SUP_EQUATION
public static final int PRE_SUB_SUP_EQUATION
Specifies an equation with superscripts and subscripts to the left of the operands.
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.
RADICAL
public static final int RADICAL
Specifies the radical equation
RADICAL_EQUATION
public static final int RADICAL_EQUATION
Specifies the 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.
SUB
public static final int SUB
Specifies subscript equation
SUBSCRIPT
public static final int SUBSCRIPT
Specifies a Subscript component
SUBSCRIPT_EQUATION
public static final int SUBSCRIPT_EQUATION
Specifies 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.
SUB_SUP
public static final int SUB_SUP
Specifies an equation with superscripts and subscripts to the right of the operands.
SUB_SUP_EQUATION
public static final int SUB_SUP_EQUATION
Specifies an equation with superscripts and subscripts to the right of the operands.
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.
SUP
public static final int SUP
Specifies superscript equation
SUPERSCRIPT
public static final int SUPERSCRIPT
Specifies a Superscript component
SUPERSCRIPT_EQUATION
public static final int SUPERSCRIPT_EQUATION
Specifies 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.
TEXT
public static final int TEXT
specifies a node that stores math text
UN_KNOW
public static final int UN_KNOW
UnKnow
UPPER_LIMIT
public static final int UPPER_LIMIT
Specifies the Upper-Limit function
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |