get_FractionType()

MathFraction::get_FractionType() method

Fraction type Default: Bar

MathFractionTypes Aspose::Slides::MathText::MathFraction::get_FractionType() override

Remarks

Example:

auto mathFraction = System::MakeObject<MathematicalText>(u"x")->Divide(u"y");
mathFraction->set_FractionType(MathFractionTypes::Linear);

See Also