set_HideDegree()

IMathRadical::set_HideDegree(bool) method

Hide degree When is true, the degree is not shown, as in \u221A\uD835\uDC65

virtual void Aspose::Slides::MathText::IMathRadical::set_HideDegree(bool value)=0

Remarks

Example:

auto radical = System::MakeObject<MathematicalText>(u"x")->Radical(u"3"); // cube root
radical->set_HideDegree(true);

See Also