set_ColumnGapRule()

MathMatrix::set_ColumnGapRule(MathSpacingRules) method

The type of horizontal spacing between columns of a matrix; Horizontal spacing units can be ems or points (stored as twips). Default: SingleSpacingGap (0)

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

Remarks

Example:

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

See Also