MathBlock constructor
init
Initializes a new instance of the MathBlock class.
def __init__(self):
...
init
Creates a new mathematical block and puts specified element in it
def __init__(self, math_element):
...
Parameter | Type | Description |
---|---|---|
math_element | IMathElement | The mathematical element to put in the block |
init
def __init__(self, math_elements):
...
Parameter | Type | Description |
---|---|---|
math_elements | Iterable[IMathElement] |
See Also
- class
IMathElement
- class
MathBlock
- module
aspose.slides.mathtext
- library
Aspose.Slides