set_HideSuperscript()
IMathNaryOperatorProperties::set_HideSuperscript(bool) method
Hide Superscript
virtual void Aspose::Slides::MathText::IMathNaryOperatorProperties::set_HideSuperscript(bool value)=0
Remarks
Example:
auto naryOperator = System::MakeObject<MathematicalText>(u"x")->Nary(MathNaryOperatorTypes::Summation, u"x=1", u"100");
naryOperator->set_HideSuperscript(true);
See Also
- Class IMathNaryOperatorProperties
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides