get_ColumnGapRule()
MathMatrix::get_ColumnGapRule() 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)
MathSpacingRules Aspose::Slides::MathText::MathMatrix::get_ColumnGapRule() override
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_ColumnGapRule(MathSpacingRules::OneAndHalfSpacingGap);
See Also
- Enum MathSpacingRules
- Class MathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides