get_HideSuperscript()

MathNaryOperator::get_HideSuperscript() method

Hide Superscript

bool Aspose::Slides::MathText::MathNaryOperator::get_HideSuperscript() override

Remarks

Example:

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

See Also