get_FractionType()

IMathFraction::get_FractionType() method

Fraction type Default: Bar

virtual MathFractionTypes Aspose::Slides::MathText::IMathFraction::get_FractionType()=0

Remarks

Example:

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

See Also