get_Superscript()

MathNaryOperator::get_Superscript() method

Specifies a supersript argument that, for example, in the case of an integral, sets the upper limit

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

Remarks

Example:

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

See Also