FractionType
MathFraction.FractionType property
Tipo de fracción Predeterminado: Bar
public MathFractionTypes FractionType { get; set; }
Ejemplos
Ejemplo:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
mathFraction.FractionType = MathFractionTypes.Linear;
Ver también
- enum MathFractionTypes
- class MathFraction
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides