MathNaryOperatorFactory
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IMathNaryOperatorFactory
public class MathNaryOperatorFactory implements IMathNaryOperatorFactory
Allows to create IMathNaryOperator
For COM comparibility
Constructors
Constructor | Description |
---|---|
MathNaryOperatorFactory() |
Methods
Method | Description |
---|---|
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit) | Creates IMathNaryOperator |
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit) | Creates IMathNaryOperator |
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument) | Creates IMathNaryOperator |
MathNaryOperatorFactory()
public MathNaryOperatorFactory()
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit)
public final IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit, IMathElement upperLimit)
Creates IMathNaryOperator
Parameters:
Parameter | Type | Description |
---|---|---|
operatorSymbol | char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
lowerLimit | IMathElement | Lower limit |
upperLimit | IMathElement | Upper limit |
Returns: IMathNaryOperator - new IMathNaryOperator
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)
public final IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument, IMathElement lowerLimit)
Creates IMathNaryOperator
Parameters:
Parameter | Type | Description |
---|---|---|
operatorSymbol | char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
lowerLimit | IMathElement | Lower limit |
Returns: IMathNaryOperator - new IMathNaryOperator
createMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
public final IMathNaryOperator createMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
Creates IMathNaryOperator
Parameters:
Parameter | Type | Description |
---|---|---|
operatorSymbol | char | The operator sign |
baseArgument | IMathElement | Base argument to apply operator |
Returns: IMathNaryOperator - new IMathNaryOperator