CreateMathAccent()
IMathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement>) method
Creates a math accent applying to a specified math element with the default accent character value
virtual System::SharedPtr<IMathAccent> Aspose::Slides::MathText::IMathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement> element)=0
Arguments
Parameter | Type | Description |
---|---|---|
element | System::SharedPtr<IMathElement> | math element to apply accent |
Return Value
new math accent
IMathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement>, char16_t) method
Creates a math accent applying to a specified math element
virtual System::SharedPtr<IMathAccent> Aspose::Slides::MathText::IMathAccentFactory::CreateMathAccent(System::SharedPtr<IMathElement> element, char16_t accentCharacter)=0
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 IMathAccentFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides