CreateMathAccent
CreateMathAccent(IMathElement)
Creates a math accent applying to a specified math element with the default accent character value
public IMathAccent CreateMathAccent(IMathElement element)
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply accent |
Return Value
new math accent
See Also
- interface IMathAccent
- interface IMathElement
- interface IMathAccentFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathAccent(IMathElement, char)
Creates a math accent applying to a specified math element
public IMathAccent CreateMathAccent(IMathElement element, char accentCharacter)
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply accent |
accentCharacter | Char | accent character |
Return Value
new math accent
See Also
- interface IMathAccent
- interface IMathElement
- interface IMathAccentFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides