CreateMathSuperscriptElement()

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

Creates IMathSuperscriptElement

virtual System::SharedPtr<IMathSuperscriptElement> Aspose::Slides::MathText::IMathSuperscriptElementFactory::CreateMathSuperscriptElement(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> superScript)=0

Arguments

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

Return Value

new IMathSuperscriptElement

See Also