create_math_fraction method

create_math_fraction

Creates a math fraction

Returns

def create_math_fraction(self, numerator, denominator):
    ...
ParameterTypeDescription
numeratorIMathElementNumerator
denominatorIMathElementDenominator

create_math_fraction

Creates a math fraction

Returns

def create_math_fraction(self, numerator, denominator, fraction_type):
    ...
ParameterTypeDescription
numeratorIMathElementNumerator
denominatorIMathElementDenominator
fraction_typeMathFractionTypesFraction type

See Also