ColumnGapRule
IMathMatrix.ColumnGapRule-Eigenschaft
Der Typ des horizontalen Abstands zwischen Spalten einer Matrix; Horizontale Abstands-Units können em oder Punkte (gespeichert als twips) sein. Standard: SingleSpacingGap (0)
public MathSpacingRules ColumnGapRule { get; set; }
Beispiele
Beispiel:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.ColumnGapRule = MathSpacingRules.OneAndHalfSpacingGap;
Siehe auch
- enum MathSpacingRules
- interface IMathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides