set_RowSpacingRule()

IMathArray::set_RowSpacingRule(MathRowSpacingRule) method

The type of vertical spacing between array elements

virtual void Aspose::Slides::MathText::IMathArray::set_RowSpacingRule(MathRowSpacingRule value)=0

Remarks

Example:

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

See Also