get_HideSubscript()

IMathNaryOperatorProperties::get_HideSubscript() method

Hide Subscript

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

Remarks

Example:

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

See Also