createMathLimit

Contents
[ ]

createMathLimit(MathLeftSubSuperscriptElement baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathArray baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBar baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathBox baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathLeftSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathMatrix limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathMatrixLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathLimit limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathLimitLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBlock limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBlockLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathRadical limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathRadicalLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathArray limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathArrayLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathDelimiter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathDelimiterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathNaryOperator limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathAccent limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathAccentLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathGroupingCharacter limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBorderBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBar limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBarLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathSubscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathFunction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathFunctionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathematicalText limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathematicalTextLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathFraction limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathFractionLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBox limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBoxLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathRightSubSuperscriptElement limit, boolean upperLimit) method

Creates IMathLimit

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element
upperLimitbooleanSets the placement of the limit on top

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathLeftSubSuperscriptElement baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLeftSubSuperscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathMatrix baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathMatrixBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathLimit baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathLimitBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathBlock baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBlockBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathRadical baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRadicalBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathArray baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathArrayBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathDelimiter baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathDelimiterBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathNaryOperator baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathNaryOperatorBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathAccent baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathAccentBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathGroupingCharacter baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathGroupingCharacterBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathBorderBox baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBorderBoxBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathBar baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBarBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathSuperscriptElement baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSuperscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathSubscriptElement baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathSubscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathFunction baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFunctionBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathematicalText baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathematicalTextBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathFraction baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathFractionBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathBox baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathBoxBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathLeftSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathLeftSubSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathMatrix limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathMatrixLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathLimit limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathLimitLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBlock limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBlockLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathRadical limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathRadicalLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathArray limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathArrayLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathDelimiter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathDelimiterLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathNaryOperator limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathNaryOperatorLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathAccent limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathAccentLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathGroupingCharacter limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathGroupingCharacterLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBorderBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBorderBoxLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBar limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBarLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathSuperscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathSubscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathSubscriptElementLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathFunction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathFunctionLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathematicalText limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathematicalTextLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathFraction limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathFractionLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathBox limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathBoxLimit element

Returns

MathLimit


createMathLimit(MathRightSubSuperscriptElement baseArg, MathRightSubSuperscriptElement limit) method

Creates IMathLimit with limit at the bottom

Parameters

NameTypeDescription
baseArgMathRightSubSuperscriptElementBase argument to apply the limit
limitMathRightSubSuperscriptElementLimit element

Returns

MathLimit