CreateMathRightSubSuperscriptElement()

MathRightSubSuperscriptElementFactory::CreateMathRightSubSuperscriptElement(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates an instance of IMathRightSubSuperscriptElementFactory

System::SharedPtr<IMathRightSubSuperscriptElement> Aspose::Slides::MathText::MathRightSubSuperscriptElementFactory::CreateMathRightSubSuperscriptElement(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> subScript, System::SharedPtr<IMathElement> superScript) override

Arguments

ParameterTypeDescription
baseArgSystem::SharedPtr<IMathElement>Base argument to apply indexes
subScriptSystem::SharedPtr<IMathElement>lower right index
superScriptSystem::SharedPtr<IMathElement>upper right index

Return Value

new IMathLeftSubSuperscriptElement

See Also