CreateMathFraction()

MathFractionFactory::CreateMathFraction(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>, MathFractionTypes) method

Creates a math fraction

System::SharedPtr<IMathFraction> Aspose::Slides::MathText::MathFractionFactory::CreateMathFraction(System::SharedPtr<IMathElement> numerator, System::SharedPtr<IMathElement> denominator, MathFractionTypes fractionType) override

Arguments

ParameterTypeDescription
numeratorSystem::SharedPtr<IMathElement>Numerator
denominatorSystem::SharedPtr<IMathElement>Denominator
fractionTypeMathFractionTypesFraction type

Return Value

MathFractionFactory::CreateMathFraction(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates a math fraction

System::SharedPtr<IMathFraction> Aspose::Slides::MathText::MathFractionFactory::CreateMathFraction(System::SharedPtr<IMathElement> numerator, System::SharedPtr<IMathElement> denominator) override

Arguments

ParameterTypeDescription
numeratorSystem::SharedPtr<IMathElement>Numerator
denominatorSystem::SharedPtr<IMathElement>Denominator

Return Value

See Also