set_LimitLocation()

MathNaryOperator::set_LimitLocation(MathLimitLocations) method

The location of limits (subscript and superscript)

void Aspose::Slides::MathText::MathNaryOperator::set_LimitLocation(MathLimitLocations value) override

Remarks

Example:

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

See Also