RowSpacingRule
IMathArray.RowSpacingRule property
Le type d’espacement vertical entre les éléments du tableau
public MathRowSpacingRule RowSpacingRule { get; set; }
Exemples
Exemple :
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.RowSpacingRule = MathRowSpacingRule.OneAndAHalfLineGap;
Voir également
- enum MathRowSpacingRule
- interface IMathArray
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides