RowSpacingRule
IMathArray.RowSpacingRule property
数组元素之间的垂直间距类型
public MathRowSpacingRule RowSpacingRule { get; set; }
例子
示例:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.RowSpacingRule = MathRowSpacingRule.OneAndAHalfLineGap;
也可以看看
- enum MathRowSpacingRule
- interface IMathArray
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides