set_FractionType()
IMathFraction::set_FractionType(MathFractionTypes) method
Fraction type Default: Bar
virtual void Aspose::Slides::MathText::IMathFraction::set_FractionType(MathFractionTypes value)=0
Remarks
Example:
auto mathFraction = System::MakeObject<MathematicalText>(u"x")->Divide(u"y");
mathFraction->set_FractionType(MathFractionTypes::Linear);
See Also
- Enum MathFractionTypes
- Class IMathFraction
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides