FractionType
MathFraction.FractionType property
Type de fraction Par défaut : Bar
public MathFractionTypes FractionType { get; set; }
Exemples
Exemple :
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
mathFraction.FractionType = MathFractionTypes.Linear;
Voir également
- enum MathFractionTypes
- class MathFraction
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides