CreateMathRightSubSuperscriptElement()

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

Creates IMathRightSubSuperscriptElementFactory

virtual System::SharedPtr<IMathRightSubSuperscriptElement> Aspose::Slides::MathText::IMathRightSubSuperscriptElementFactory::CreateMathRightSubSuperscriptElement(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> subScript, System::SharedPtr<IMathElement> superScript)=0

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