get_Subscript()

IMathNaryOperator::get_Subscript() method

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

virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathNaryOperator::get_Subscript()=0

Remarks

Example:

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

See Also