RowGapRule
IMathMatrix.RowGapRule свойство
Тип вертикального отступа между строками матрицы; вертикальные единицы измерения могут быть линиями или пунктами (хранящимися в твипах). По умолчанию: SingleSpacingGap (0)
public MathSpacingRules RowGapRule { get; set; }
Примеры
Пример:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.RowGapRule = MathSpacingRules.OneAndHalfSpacingGap;
См. также
- enum MathSpacingRules
- interface IMathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides