MathematicalText constructor
init(self)
Default constructor (create String.Empty Value)
def __init__(self):
...
init(self, math_symbol)
Create MathText with single symbol
def __init__(self, math_symbol):
...
| Parameter | Type | Description |
|---|---|---|
| math_symbol | char | single symbol |
init(self, math_text)
Create MathematicalText from text
def __init__(self, math_text):
...
| Parameter | Type | Description |
|---|---|---|
| math_text | str | text value |
init(self, math_text, portion_format)
Create MathematicalText from text and format settings
def __init__(self, math_text, portion_format):
...
| Parameter | Type | Description |
|---|---|---|
| math_text | str | text value |
| portion_format | IPortionFormat | text format settings |
See Also
- class
IPortionFormat - class
MathematicalText - module
aspose.slides.mathtext - library
Aspose.Slides