set_GrowToMatchOperandHeight()

MathNaryOperator::set_GrowToMatchOperandHeight(bool) method

Operator Character grows vertically to match its operand height

void Aspose::Slides::MathText::MathNaryOperator::set_GrowToMatchOperandHeight(bool value) override

Remarks

Example:

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

See Also