MathLimitFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathLimitFactory

public class MathLimitFactory implements IMathLimitFactory

Allows to create IMathLimit


For COM comparibility

Constructors

ConstructorDescription
MathLimitFactory()

Methods

MethodDescription
createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)Creates IMathLimit
createMathLimit(IMathElement baseArg, IMathElement limit)Creates IMathLimit with limit at the bottom

MathLimitFactory()

public MathLimitFactory()

createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)

public final IMathLimit createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)

Creates IMathLimit

Parameters:

ParameterTypeDescription
baseArgIMathElementBase argument to apply the limit
limitIMathElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns: IMathLimit - new math limit

createMathLimit(IMathElement baseArg, IMathElement limit)

public final IMathLimit createMathLimit(IMathElement baseArg, IMathElement limit)

Creates IMathLimit with limit at the bottom

Parameters:

ParameterTypeDescription
baseArgIMathElementBase argument to apply the limit
limitIMathElementLimit element

Returns: IMathLimit - new math limit