create_math_accent method
create_math_accent
Creates a math accent applying to a specified math element with the default accent character value
Returns
new math accent
def create_math_accent(self, element):
...
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | math element to apply accent |
create_math_accent
Creates a math accent applying to a specified math element
Returns
new math accent
def create_math_accent(self, element, accent_character):
...
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | math element to apply accent |
| accent_character | char | accent character |
See Also
- class
IMathAccent - class
IMathElement - class
MathAccentFactory - module
aspose.slides.mathtext - library
Aspose.Slides