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