Aspose::Cells::Drawing::Equations::EquationNode::AddChild method
Contents
[
Hide
]EquationNode::AddChild(EquationNodeType) method
Insert a node of the specified type at the end of the child node list of the current node.
EquationNode Aspose::Cells::Drawing::Equations::EquationNode::AddChild(EquationNodeType equationType)
Parameter | Type | Description |
---|---|---|
equationType | EquationNodeType | Types of Equation Nodes |
ReturnValue
If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
See Also
- Class EquationNode
- Enum EquationNodeType
- Class EquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++
EquationNode::AddChild(const EquationNode&) method
Inserts the specified node at the end of the current node’s list of child nodes.
void Aspose::Cells::Drawing::Equations::EquationNode::AddChild(const EquationNode &node)
Parameter | Type | Description |
---|---|---|
node | const EquationNode& | The specified node |
See Also
- Class Vector
- Class EquationNode
- Class EquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++