get_GrowToMatchOperandHeight()
IMathNaryOperatorProperties::get_GrowToMatchOperandHeight() method
Operator Character grows vertically to match its operand height
virtual bool Aspose::Slides::MathText::IMathNaryOperatorProperties::get_GrowToMatchOperandHeight()=0
Remarks
Example:
auto naryOperator = System::MakeObject<MathematicalText>(u"x")->Nary(MathNaryOperatorTypes::Summation, u"x=1", u"100");
naryOperator->set_GrowToMatchOperandHeight(true);
See Also
- Class IMathNaryOperatorProperties
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides