set_HideSubscript()

MathNaryOperator::set_HideSubscript(bool) method

Hide Subscript

void Aspose::Slides::MathText::MathNaryOperator::set_HideSubscript(bool value) override

Remarks

Example:

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

See Also