create_math_paragraph method
create_math_paragraph
Create empty math paragraph
Returns
new math paragraph
def create_math_paragraph(self):
    ...
create_math_paragraph
Creates a math paragraph and places the specified math block in it
Returns
new math paragraph
def create_math_paragraph(self, math_block):
    ...
| Parameter | Type | Description | 
|---|---|---|
| math_block | IMathBlock | math block to place in the paragraph | 
See Also
- class 
IMathBlock - class 
IMathParagraph - class 
IMathParagraphFactory - module 
aspose.slides.mathtext - library 
Aspose.Slides