public class MathLimitFactory extends java.lang.Object implements IMathLimitFactory
Allows to create IMathLimit
| Constructor and Description |
|---|
MathLimitFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMathLimit |
createMathLimit(IMathElement baseArg,
IMathElement limit)
Creates IMathLimit with limit at the bottom
|
IMathLimit |
createMathLimit(IMathElement baseArg,
IMathElement limit,
boolean upperLimit)
Creates IMathLimit
|
public final IMathLimit createMathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)
Creates IMathLimit
createMathLimit in interface IMathLimitFactorybaseArg - Base argument to apply the limitlimit - Limit elementupperLimit - Sets the placement of the limit on toppublic final IMathLimit createMathLimit(IMathElement baseArg, IMathElement limit)
Creates IMathLimit with limit at the bottom
createMathLimit in interface IMathLimitFactorybaseArg - Base argument to apply the limitlimit - Limit elementCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.