ColumnGapRule

IMathMatrix.ColumnGapRule property

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

public MathSpacingRules ColumnGapRule { get; set; }

Exemples

Exemple :

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

Voir également