get_LimitLocation()
IMathNaryOperatorProperties::get_LimitLocation() method
The location of limits (subscript and superscript)
virtual MathLimitLocations Aspose::Slides::MathText::IMathNaryOperatorProperties::get_LimitLocation()=0
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 IMathNaryOperatorProperties
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides