RowGapRule
IMathMatrix.RowGapRule 属性
矩阵行之间的垂直间距类型;垂直间距单位可以是行或点(存储为 twips)。默认值: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