get_Subscript()

MathNaryOperator::get_Subscript() method

Specifies a subscript argument that, for example, in the case of an integral, sets the lower limit

System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathNaryOperator::get_Subscript() override

Remarks

Example:

auto naryOperator = System::MakeObject<MathematicalText>(u"x")->Nary(MathNaryOperatorTypes::Summation, u"x=1", u"100");
auto subscriptArg = naryOperator->get_Subscript();

See Also