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