set_RowGapRule()
IMathMatrix::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)
virtual void Aspose::Slides::MathText::IMathMatrix::set_RowGapRule(MathSpacingRules value)=0
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_RowGapRule(MathSpacingRules::OneAndHalfSpacingGap);
See Also
- Enum MathSpacingRules
- Class IMathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides