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