MathematicalText constructor
init
Default constructor (create String.Empty Value)
def __init__(self):
...
init
Create MathText with single symbol
def __init__(self, math_symbol):
...
Parameter | Type | Description |
---|---|---|
math_symbol | char | single symbol |
init
Create MathematicalText from text
def __init__(self, math_text):
...
Parameter | Type | Description |
---|---|---|
math_text | str | text value |
init
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