get_HideSuperscript()

IMathNaryOperatorProperties::get_HideSuperscript() method

Hide Superscript

virtual bool Aspose::Slides::MathText::IMathNaryOperatorProperties::get_HideSuperscript()=0

Remarks

Example:

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

See Also