CreateMathSuperscriptElement()

MathSuperscriptElementFactory::CreateMathSuperscriptElement(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates IMathSuperscriptElement

System::SharedPtr<IMathSuperscriptElement> Aspose::Slides::MathText::MathSuperscriptElementFactory::CreateMathSuperscriptElement(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> superScript) override

Arguments

ParameterTypeDescription
baseArgSystem::SharedPtr<IMathElement>Base argument to apply superscript
superScriptSystem::SharedPtr<IMathElement>upper right index

Return Value

new IMathSuperscriptElement

See Also