CreateMathSubscriptElement()

MathSubscriptElementFactory::CreateMathSubscriptElement(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates IMathSubscriptElement

System::SharedPtr<IMathSubscriptElement> Aspose::Slides::MathText::MathSubscriptElementFactory::CreateMathSubscriptElement(System::SharedPtr<IMathElement> baseArg, System::SharedPtr<IMathElement> subScript) override

Arguments

ParameterTypeDescription
baseArgSystem::SharedPtr<IMathElement>Base argument to apply indexe
subScriptSystem::SharedPtr<IMathElement>lower right index

Return Value

new IMathSubscriptElement

See Also