RowGap
MathMatrix.RowGap property
Der Wert des vertikalen Abstands zwischen Zeilen einer Matrix; Wenn die RowGapRule auf 3 (“Genau”) gesetzt ist, dann wird die Einheit als Twips (1/20 eines Punktes) interpretiert Wenn die RowGapRule auf 4 gesetzt ist ( “Multiple”), dann wird die Einheit als Halbzeilen interpretiert. Default: 0
public uint RowGap { get; set; }
Beispiele
Beispiel:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.RowGapRule = MathSpacingRules.Exactly;
matrix.RowGap = 20;
Siehe auch
- class MathMatrix
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides