get_RowSpacingRule()

MathArray::get_RowSpacingRule() method

The type of vertical spacing between array elements Default: SingleLineGap

MathRowSpacingRule Aspose::Slides::MathText::MathArray::get_RowSpacingRule() override

Remarks

Example:

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

See Also