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

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

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

Return Value

new math accent

See Also