MathFunctionFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathFunctionFactory

public class MathFunctionFactory implements IMathFunctionFactory

Allows to create a math function


For COM comparibility

Constructors

ConstructorDescription
MathFunctionFactory()

Methods

MethodDescription
createMathFunction(IMathElement funcName, IMathElement baseArgument)Creates math function
createMathFunction(String funcName, IMathElement baseArgument)Creates math function

MathFunctionFactory()

public MathFunctionFactory()

createMathFunction(IMathElement funcName, IMathElement baseArgument)

public final IMathFunction createMathFunction(IMathElement funcName, IMathElement baseArgument)

Creates math function

Parameters:

ParameterTypeDescription
funcNameIMathElementElement used as a function name
baseArgumentIMathElementElement used as a function argument

Returns: IMathFunction - new math function

createMathFunction(String funcName, IMathElement baseArgument)

public final IMathFunction createMathFunction(String funcName, IMathElement baseArgument)

Creates math function

Parameters:

ParameterTypeDescription
funcNamejava.lang.StringFunction name
baseArgumentIMathElementElement used as a function argument

Returns: IMathFunction - new math function