create_mathematical_text method
Contents
[
Hide
]create_mathematical_text
Create empty mathematical text element
Returns
new Mathematical Text
def create_mathematical_text(self):
...
create_mathematical_text
Create mathematical text element with the specified value
Returns
new Mathematical Text
def create_mathematical_text(self, math_symbol):
...
| Parameter | Type | Description |
|---|---|---|
| math_symbol | char | single symbol to use as text value |
create_mathematical_text
Create empty mathematical text element with the specified value
Returns
new Mathematical Text
def create_mathematical_text(self, math_text):
...
| Parameter | Type | Description |
|---|---|---|
| math_text | str | text value |
create_mathematical_text
Create empty mathematical text element with the specified value and formatting properties
Returns
new Mathematical Text
def create_mathematical_text(self, math_text, portion_format):
...
| Parameter | Type | Description |
|---|---|---|
| math_text | str | text value |
| portion_format | IPortionFormat | text format settings |
See Also
- class
IMathematicalText - class
IMathematicalTextFactory - class
IPortionFormat - module
aspose.slides.mathtext - library
Aspose.Slides