RowSpacingRule
IMathArray.RowSpacingRule Eigenschaft
Die Art 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
- enum MathRowSpacingRule
- interface IMathArray
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides