RowSpacingRule

IMathArray.RowSpacingRule property

Der Typ des vertikalen Abstands zwischen Array-Elementen

public MathRowSpacingRule RowSpacingRule { get; set; }

Beispiele

Beispiel:

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

Siehe auch