CreateMathFraction()

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

Creates a math fraction

virtual System::SharedPtr<IMathFraction> Aspose::Slides::MathText::IMathFractionFactory::CreateMathFraction(System::SharedPtr<IMathElement> numerator, System::SharedPtr<IMathElement> denominator, MathFractionTypes fractionType)=0

Arguments

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

Return Value

New math fraction IMathFraction

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

Creates a math fraction

virtual System::SharedPtr<IMathFraction> Aspose::Slides::MathText::IMathFractionFactory::CreateMathFraction(System::SharedPtr<IMathElement> numerator, System::SharedPtr<IMathElement> denominator)=0

Arguments

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

Return Value

New math fraction IMathFraction

See Also