FractionType
MathFraction.FractionType-Eigenschaft
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
- class MathFraction
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides