RowGapRule

IMathMatrix.RowGapRule property

Le type d’espacement vertical entre les lignes d’une matrice ; Les unités d’espacement vertical peuvent être des lignes ou des points (stockés sous forme de twips). Par défaut : SingleSpacingGap (0)

public MathSpacingRules RowGapRule { get; set; }

Exemples

Exemple :

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.RowGapRule = MathSpacingRules.OneAndHalfSpacingGap;

Voir également