FractionType
MathFraction.FractionType property
Fraction type Default: Bar
public MathFractionTypes FractionType { get; set; }
Examples
Example:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
mathFraction.FractionType = MathFractionTypes.Linear;
See Also
- enum MathFractionTypes
- class MathFraction
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides