FractionType
IMathFraction.FractionType property
Bruchtyp Standard: Bar
public MathFractionTypes FractionType { get; set; }
Beispiele
Beispiel:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
mathFraction.FractionType = MathFractionTypes.Linear;
Siehe auch
- enum MathFractionTypes
- interface IMathFraction
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides