CreateMathAccent
Contents
[
Hide
]
MathAccentFactory.CreateMathAccent method (1 of 2)
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
- class MathAccentFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
MathAccentFactory.CreateMathAccent method (2 of 2)
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
- class MathAccentFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides