MathArray constructor
init
Creates a mathematical array and places the specified element in it
def __init__(self, element):
...
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | The element to place in the array |
Examples
Example:
init
def __init__(self, elements):
...
| Parameter | Type | Description |
|---|---|---|
| elements | Iterable[IMathElement] |
See Also
- class
IMathElement - class
MathArray - module
aspose.slides.mathtext - library
Aspose.Slides