RowGapRule
MathMatrix.RowGapRule 属性
矩阵行之间的垂直间距类型;垂直间距单位可以是行或点(以 twips 存储)。默认值:SingleSpacingGap (0)
public MathSpacingRules RowGapRule { get; set; }
示例
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.RowGapRule = MathSpacingRules.OneAndHalfSpacingGap;
另请参见
- enum MathSpacingRules
- class MathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides