get_LimitLocation()
MathNaryOperator::get_LimitLocation() method
The location of limits (subscript and superscript)
MathLimitLocations Aspose::Slides::MathText::MathNaryOperator::get_LimitLocation() 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
- Enum MathLimitLocations
- Class MathNaryOperator
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides