get_RowGapRule()

MathMatrix::get_RowGapRule() 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)

MathSpacingRules Aspose::Slides::MathText::MathMatrix::get_RowGapRule() override

Remarks

Example:

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

See Also