get_HideSubscript()

MathNaryOperator::get_HideSubscript() method

Hide Subscript

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

Remarks

Example:

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

See Also