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