MathFunctionFactory
Contents
[
Hide
]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
Constructor | Description |
---|---|
MathFunctionFactory() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
funcName | IMathElement | Element used as a function name |
baseArgument | IMathElement | Element 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:
Parameter | Type | Description |
---|---|---|
funcName | java.lang.String | Function name |
baseArgument | IMathElement | Element used as a function argument |
Returns: IMathFunction - new math function