set_RowSpacingRule()

MathArray::set_RowSpacingRule(MathRowSpacingRule) method

The type of vertical spacing between array elements Default: SingleLineGap

void Aspose::Slides::MathText::MathArray::set_RowSpacingRule(MathRowSpacingRule value) override

Remarks

Example:

auto mathArray = System::MakeObject<MathArray>(System::MakeObject<MathematicalText>(u"item1"));
mathArray->set_RowSpacingRule(MathRowSpacingRule::OneAndAHalfLineGap);

See Also