public abstract class EquationNode extends FontSetting
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(EquationNode node)
Inserts the specified node at the end of the current node's list of child nodes.
|
EquationNode |
addChild(int equationType)
Insert a node of the specified type at the end of the child node list of the current node.
|
static EquationNode |
createNode(int equationType,
Workbook workbook,
EquationNode parent)
Create a node of the specified type.
|
boolean |
equals(java.lang.Object obj)
Determine whether the current equation node is equal to the specified node
|
EquationNode |
getChild(int index)
Returns the node at the specified index among the children of the current node.
|
int |
getEquationType()
Get the equation type of the current node
|
EquationNode |
getParentNode()
Specifies the parent node of the current node
|
int |
getType()
Represents the type of the node.
|
EquationNode |
insertAfter(int equationType)
Inserts the specified node after the current node.
|
EquationNode |
insertBefore(int equationType)
Inserts the specified node before the current node.
|
EquationNode |
insertChild(int index,
int equationType)
Inserts a node of the specified type at the specified index position in the current node's child node list.
|
void |
remove()
Removes itself from the parent.
|
void |
removeAllChildren()
Removes all the child nodes of the current node.
|
void |
removeChild(EquationNode node)
Removes the specified node from the current node's children.
|
void |
removeChild(int index)
Removes the node at the specified index from the current node's children.
|
void |
setParentNode(EquationNode value)
Specifies the parent node of the current node
|
java.lang.String |
toLaTeX()
Convert this equtation to LaTeX expression.
|
java.lang.String |
toMathML()
Convert this equtation to MathML expression.
|
getFont, getLength, getStartIndex, getTextOptions, setWordArtStylepublic EquationNode getParentNode()
public void setParentNode(EquationNode value)
public java.lang.String toLaTeX()
public java.lang.String toMathML()
public EquationNode addChild(int equationType)
equationType - EquationNodeType. Types of Equation Nodespublic void addChild(EquationNode node)
node - The specified nodepublic EquationNode insertChild(int index, int equationType)
index - index valueequationType - EquationNodeType. Types of Equation Nodespublic EquationNode insertAfter(int equationType)
equationType - EquationNodeType. Types of Equation Nodespublic EquationNode insertBefore(int equationType)
equationType - EquationNodeType. Types of Equation Nodespublic EquationNode getChild(int index)
index - Index of the nodepublic void remove()
public void removeChild(EquationNode node)
node - Node to be deleted.public void removeChild(int index)
index - Index of the nodepublic void removeAllChildren()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The specified nodepublic static EquationNode createNode(int equationType, Workbook workbook, EquationNode parent)
equationType - EquationNodeType. Types of Equation Nodesworkbook - The workbook object associated with the equationparent - The parent node where this node is locatedpublic int getType()
See TextNodeType.
getType in class FontSettingpublic int getEquationType()
See EquationNodeType.
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.