set_RowGapRule()

MathMatrix::set_RowGapRule(MathSpacingRules) method

The type of vertical spacing between rows of a matrix; Vertical spacing units can be lines or points (stored as twips). Default: SingleSpacingGap (0)

void Aspose::Slides::MathText::MathMatrix::set_RowGapRule(MathSpacingRules value) override

Remarks

Example:

auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_RowGapRule(MathSpacingRules::OneAndHalfSpacingGap);

See Also