create_node method
create_node
Create a node of the specified type.
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 create_node(self, equation_type, workbook, parent):
...
Parameter | Type | Description |
---|---|---|
equation_type | EquationNodeType | Types of Equation Nodes |
workbook | Workbook | The workbook object associated with the equation |
parent | EquationNode | The parent node where this node is located |
See Also
- module
aspose.cells.drawing.equations
- class
TextRunEquationNode