RowSpacingRule

MathArray.RowSpacingRule property

Le type d’espacement vertical entre les éléments du tableau Par défaut : SingleLineGap

public MathRowSpacingRule RowSpacingRule { get; set; }

Exemples

Exemple :

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

Voir également