CreateMathAccent()
MathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement>) method
Creates a math accent applying to a specified math element with the default accent character value
System::SharedPtr<IMathAccent> Aspose::Slides::MathText::MathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement> element) override
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply accent |
Return Value
new math accent
MathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement>, char16_t) method
Creates a math accent applying to a specified math element
System::SharedPtr<IMathAccent> Aspose::Slides::MathText::MathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement> element, char16_t accentCharacter) override
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply accent |
accentCharacter | char16_t | accent character |
Return Value
new math accent
See Also
- Typedef SharedPtr
- Class IMathAccent
- Class IMathElement
- Class MathAccentFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides