create_math_fraction method
create_math_fraction
Creates a math fraction
Returns
def create_math_fraction(self, numerator, denominator):
...
Parameter | Type | Description |
---|---|---|
numerator | IMathElement | Numerator |
denominator | IMathElement | Denominator |
create_math_fraction
Creates a math fraction
Returns
def create_math_fraction(self, numerator, denominator, fraction_type):
...
Parameter | Type | Description |
---|---|---|
numerator | IMathElement | Numerator |
denominator | IMathElement | Denominator |
fraction_type | MathFractionTypes | Fraction type |
See Also
- class
IMathElement
- class
IMathFraction
- class
MathFractionFactory
- enumeration
MathFractionTypes
- module
aspose.slides.mathtext
- library
Aspose.Slides