MathematicalText constructor
init
Default constructor (create String.Empty Value)
def __init__(self):
...
Examples
Example:
init
Create MathText with single symbol
def __init__(self, math_symbol):
...
| Parameter | Type | Description |
|---|---|---|
| math_symbol | char | single symbol |
Examples
Example:
init
Create MathematicalText from text
def __init__(self, math_text):
...
| Parameter | Type | Description |
|---|---|---|
| math_text | str | text value |
Examples
Example:
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 |
Examples
Example:
See Also
- class
IPortionFormat - class
MathematicalText - module
aspose.slides.mathtext - library
Aspose.Slides