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

ParameterTypeDescription
elementSystem::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

ParameterTypeDescription
elementSystem::SharedPtr<IMathElement>math element to apply accent
accentCharacterchar16_taccent character

Return Value

new math accent

See Also