RowSpacingRule
MathArray.RowSpacingRule 属性
数组元素之间的垂直间距类型 默认值:SingleLineGap
public MathRowSpacingRule RowSpacingRule { get; set; }
示例
示例:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.RowSpacingRule = MathRowSpacingRule.OneAndAHalfLineGap;
另请参阅
- enum MathRowSpacingRule
- class MathArray
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides