MathAccent constructor
init
Creates a math accent applying to a specified math element with the default accent character value
def __init__(self, element):
...
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | a math element to apply accent |
Examples
Example:
init
Creates a math accent applying to a specified math element
def __init__(self, element, accent_character):
...
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | math element to apply accent |
| accent_character | char | accent character |
Examples
Example:
See Also
- class
IMathElement - class
MathAccent - module
aspose.slides.mathtext - library
Aspose.Slides