FractionType
MathFraction.FractionType propriété
Type fraction Par défaut : Barre
public MathFractionTypes FractionType { get; set; }
Exemples
Exemple:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
mathFraction.FractionType = MathFractionTypes.Linear;
Voir aussi
- enum MathFractionTypes
- class MathFraction
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides