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