RowSpacingRule

MathArray.RowSpacingRule property

数组元素之间的垂直间距类型 默认值:SingleLineGap

public MathRowSpacingRule RowSpacingRule { get; set; }

例子

示例:

[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.RowSpacingRule = MathRowSpacingRule.OneAndAHalfLineGap;

也可以看看