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
Parameter | Type | Description |
---|---|---|
numerator | System::SharedPtr<IMathElement> | Numerator |
denominator | System::SharedPtr<IMathElement> | Denominator |
fractionType | MathFractionTypes | Fraction 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
Parameter | Type | Description |
---|---|---|
numerator | System::SharedPtr<IMathElement> | Numerator |
denominator | System::SharedPtr<IMathElement> | Denominator |
Return Value
New math fraction IMathFraction
See Also
- Enum MathFractionTypes
- Typedef SharedPtr
- Class IMathFraction
- Class IMathElement
- Class IMathFractionFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides