create_math_block method
create_math_block
Create a math block
Returns
new math block
def create_math_block(self):
    ...
create_math_block
Create a math block and place the element in it
Returns
new math block
def create_math_block(self, math_element):
    ...
| Parameter | Type | Description | 
|---|---|---|
| math_element | IMathElement | A math element | 
create_math_block
Create a math block and place elements in it
Returns
new math block
def create_math_block(self, math_elements):
    ...
| Parameter | Type | Description | 
|---|---|---|
| math_elements | IMathElementCollection | math elements | 
See Also
- class IMathBlock
- class IMathBlockFactory
- class IMathElement
- class IMathElementCollection
- module aspose.slides.mathtext
- library Aspose.Slides