add_child method
add_child
Insert a node of the specified type at the end of the child node list of the current node.
Returns
If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
def add_child(self, equation_type):
...
Parameter | Type | Description |
---|---|---|
equation_type | EquationNodeType | Types of Equation Nodes |
add_child
Inserts the specified node at the end of the current node’s list of child nodes.
def add_child(self, node):
...
Parameter | Type | Description |
---|---|---|
node | EquationNode | The specified node |
See Also
- module
aspose.cells.drawing.equations
- class
MatrixEquationNode