MathFractionFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathFractionFactory

public class MathFractionFactory implements IMathFractionFactory

Allows to create a math fraction


For COM comparibility

Constructors

ConstructorDescription
MathFractionFactory()

Methods

MethodDescription
createMathFraction(IMathElement numerator, IMathElement denominator, int fractionType)Creates a math fraction
createMathFraction(IMathElement numerator, IMathElement denominator)Creates a math fraction

MathFractionFactory()

public MathFractionFactory()

createMathFraction(IMathElement numerator, IMathElement denominator, int fractionType)

public final IMathFraction createMathFraction(IMathElement numerator, IMathElement denominator, int fractionType)

Creates a math fraction

Parameters:

ParameterTypeDescription
numeratorIMathElementNumerator
denominatorIMathElementDenominator
fractionTypeintFraction type

Returns: IMathFraction - new math fraction

createMathFraction(IMathElement numerator, IMathElement denominator)

public final IMathFraction createMathFraction(IMathElement numerator, IMathElement denominator)

Creates a math fraction

Parameters:

ParameterTypeDescription
numeratorIMathElementNumerator
denominatorIMathElementDenominator

Returns: IMathFraction - new math fraction