MathFunction constructor
init
Initializes a new instance of the MathFunction class.
def __init__(self, func_name, base_argument):
...
| Parameter | Type | Description |
|---|---|---|
| func_name | IMathElement | |
| base_argument | IMathElement |
Examples
Example:
init
Initializes a new instance of the MathFunction class.
def __init__(self, func_name, base_argument):
...
| Parameter | Type | Description |
|---|---|---|
| func_name | str | |
| base_argument | IMathElement |
Examples
Example:
See Also
- class
IMathElement - class
MathFunction - module
aspose.slides.mathtext - library
Aspose.Slides