create_math_function method
create_math_function
Creates math function
Returns
new math function
def create_math_function(self, func_name, base_argument):
...
| Parameter | Type | Description |
|---|---|---|
| func_name | IMathElement | Element used as a function name |
| base_argument | IMathElement | Element used as a function argument |
create_math_function
Creates math function
Returns
new math function
def create_math_function(self, func_name, base_argument):
...
| Parameter | Type | Description |
|---|---|---|
| func_name | str | Function name |
| base_argument | IMathElement | Element used as a function argument |
See Also
- class
IMathElement - class
IMathFunction - class
IMathFunctionFactory - module
aspose.slides.mathtext - library
Aspose.Slides