MathElementBase

MathElementBase class

Base class for IMathElement with the implementation of some methods that are common to all inherited classes For internal use only. Inherited class must be IMathElement.

accent

NameDescription
accent (char)Sets an accent mark (a character on the top of this element)

Parameters:

NameTypeDescription
accentCharactercharAccent character. The value should be within the range of (U+0300–U+036F) or (U+20D0–U+20EF)

Returns: MathAccent


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathLeftSubSuperscriptElement)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathLeftSubSuperscriptElementFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathLimit)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathLimitFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathMatrix)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathMatrixFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathBlock)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathBlockFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathRadical)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathRadicalFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathArray)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathArrayFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathDelimiter)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathDelimiterFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathAccent)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathAccentFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathNaryOperator)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathNaryOperatorFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathGroupingCharacter)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathGroupingCharacterFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathBorderBox)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathBorderBoxFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathBar)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathBarFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathFunction)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathFunctionFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathSubscriptElement)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathSubscriptElementFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathSuperscriptElement)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathSuperscriptElementFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (BaseScript)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameBaseScriptFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathFraction)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathFractionFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathematicalText)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathematicalTextFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathElementBase)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathElementBaseFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathBox)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathBoxFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (MathRightSubSuperscriptElement)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameMathRightSubSuperscriptElementFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (String)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionNameStringFunction name

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int)Takes specified function using this instance as the argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of one argument

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathLeftSubSuperscriptElement)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathLeftSubSuperscriptElementAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathLimit)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathLimitAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathMatrix)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathMatrixAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathBlock)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathBlockAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathRadical)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathRadicalAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathArray)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathArrayAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathDelimiter)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathDelimiterAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathAccent)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathAccentAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathNaryOperator)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathNaryOperatorAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathGroupingCharacter)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathGroupingCharacterAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathBorderBox)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathBorderBoxAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathBar)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathBarAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathFunction)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathFunctionAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathSubscriptElement)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathSubscriptElementAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathSuperscriptElement)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathSuperscriptElementAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, BaseScript)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentBaseScriptAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathFraction)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathFractionAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathematicalText)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathematicalTextAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathElementBase)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathElementBaseAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathBox)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathBoxAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, MathRightSubSuperscriptElement)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentMathRightSubSuperscriptElementAdditional argument depending on the type of function

Returns: MathFunction


asArgumentOfFunction

NameDescription
asArgumentOfFunction (int, String)Takes specified function using this instance as the argument and specified additional argument

Parameters:

NameTypeDescription
functionTypeintOne of the common function type of two arguments: Log, Lim, Min, Max
additionalArgumentStringAdditional argument depending on the type of function

Returns: MathFunction


divide

NameDescription
divide (MathLeftSubSuperscriptElement)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathLeftSubSuperscriptElementDenominator

Returns: MathFraction


divide

NameDescription
divide (MathLimit)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathLimitDenominator

Returns: MathFraction


divide

NameDescription
divide (MathMatrix)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathMatrixDenominator

Returns: MathFraction


divide

NameDescription
divide (MathBlock)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBlockDenominator

Returns: MathFraction


divide

NameDescription
divide (MathRadical)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathRadicalDenominator

Returns: MathFraction


divide

NameDescription
divide (MathArray)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathArrayDenominator

Returns: MathFraction


divide

NameDescription
divide (MathDelimiter)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathDelimiterDenominator

Returns: MathFraction


divide

NameDescription
divide (MathAccent)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathAccentDenominator

Returns: MathFraction


divide

NameDescription
divide (MathNaryOperator)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathNaryOperatorDenominator

Returns: MathFraction


divide

NameDescription
divide (MathGroupingCharacter)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathGroupingCharacterDenominator

Returns: MathFraction


divide

NameDescription
divide (MathBorderBox)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBorderBoxDenominator

Returns: MathFraction


divide

NameDescription
divide (MathBar)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBarDenominator

Returns: MathFraction


divide

NameDescription
divide (MathFunction)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathFunctionDenominator

Returns: MathFraction


divide

NameDescription
divide (MathSubscriptElement)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathSubscriptElementDenominator

Returns: MathFraction


divide

NameDescription
divide (MathSuperscriptElement)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathSuperscriptElementDenominator

Returns: MathFraction


divide

NameDescription
divide (BaseScript)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorBaseScriptDenominator

Returns: MathFraction


divide

NameDescription
divide (MathFraction)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathFractionDenominator

Returns: MathFraction


divide

NameDescription
divide (MathematicalText)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathematicalTextDenominator

Returns: MathFraction


divide

NameDescription
divide (MathElementBase)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathElementBaseDenominator

Returns: MathFraction


divide

NameDescription
divide (MathBox)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBoxDenominator

Returns: MathFraction


divide

NameDescription
divide (MathRightSubSuperscriptElement)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathRightSubSuperscriptElementDenominator

Returns: MathFraction


divide

NameDescription
divide (String)Creates a fraction with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorStringDenominator

Returns: MathFraction


divide

NameDescription
divide (MathLeftSubSuperscriptElement, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathLeftSubSuperscriptElementDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathLimit, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathLimitDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathMatrix, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathMatrixDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathBlock, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBlockDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathRadical, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathRadicalDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathArray, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathArrayDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathDelimiter, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathDelimiterDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathAccent, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathAccentDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathNaryOperator, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathNaryOperatorDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathGroupingCharacter, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathGroupingCharacterDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathBorderBox, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBorderBoxDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathBar, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBarDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathFunction, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathFunctionDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathSubscriptElement, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathSubscriptElementDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathSuperscriptElement, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathSuperscriptElementDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (BaseScript, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorBaseScriptDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathFraction, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathFractionDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathematicalText, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathematicalTextDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathElementBase, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathElementBaseDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathBox, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathBoxDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (MathRightSubSuperscriptElement, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorMathRightSubSuperscriptElementDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


divide

NameDescription
divide (String, int)Creates a fraction of the specified type with this numerator and specified denominator

Parameters:

NameTypeDescription
denominatorStringDenominator
fractionTypeintFraction type: Bar, NoBar, Skewed, Linear

Returns: MathFraction


enclose

NameDescription
enclose ()Encloses a math element in parenthesis

Returns: MathDelimiter


enclose

NameDescription
enclose (char, char)Encloses a math element in specified characters such as parenthesis or another characters as framing

Parameters:

NameTypeDescription
beginningCharactercharBeginning character (usually left bracket)
endingCharactercharEnding character (usually right bracket)

Returns: MathDelimiter


function

NameDescription
function (MathLeftSubSuperscriptElement)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathLeftSubSuperscriptElementAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathLimit)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathLimitAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathMatrix)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathMatrixAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathBlock)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathBlockAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathRadical)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathRadicalAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathArray)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathArrayAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathDelimiter)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathDelimiterAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathAccent)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathAccentAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathNaryOperator)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathNaryOperatorAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathGroupingCharacter)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathGroupingCharacterAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathBorderBox)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathBorderBoxAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathBar)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathBarAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathFunction)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathFunctionAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathSubscriptElement)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathSubscriptElementAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathSuperscriptElement)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathSuperscriptElementAn argument of the function

Returns: MathFunction


function

NameDescription
function (BaseScript)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentBaseScriptAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathFraction)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathFractionAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathematicalText)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathematicalTextAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathElementBase)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathElementBaseAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathBox)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathBoxAn argument of the function

Returns: MathFunction


function

NameDescription
function (MathRightSubSuperscriptElement)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentMathRightSubSuperscriptElementAn argument of the function

Returns: MathFunction


function

NameDescription
function (String)Takes a function of an argument using this instance as the function name

Parameters:

NameTypeDescription
functionArgumentStringAn argument of the function

Returns: MathFunction


getChildren

NameDescription
getChildren ()Get children elements

Returns: MathLeftSubSuperscriptElement, MathLimit, MathMatrix, MathBlock, MathRadical, MathArray, MathDelimiter, MathAccent, MathNaryOperator, MathGroupingCharacter, MathBorderBox, MathBar, MathFunction, MathSubscriptElement, MathSuperscriptElement, BaseScript, MathFraction, MathematicalText, MathElementBase, MathBox, MathRightSubSuperscriptElement


group

NameDescription
group ()Places this element in a group using a bottom curly bracket

Returns: MathGroupingCharacter


group

NameDescription
group (char, int, int)Places this element in a group using a grouping character such as bottom curly bracket or another

Parameters:

NameTypeDescription
charactercharGrouping Character such as BOTTOM CURLY BRACKET (U+23DF) or any other
positionintPosition of grouping character
verticalJustificationintVertical justification of group character. Specifies the alignment of the object with respect to the baseline. For example, when the group character is above the object, VerticalJustification of Top signifies that the top of the object falls on the baseline; when VerticalJustification is set to Bottom, the bottom of the object is on the baseline

Returns: MathGroupingCharacter


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathLeftSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathLimit, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathMatrix, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBlock, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathRadical, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathArray, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathDelimiter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathAccent, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathNaryOperator, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathGroupingCharacter, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBorderBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBar, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathFunction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathSubscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, BaseScript, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathFraction, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathematicalText, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathElementBase, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBox, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathRightSubSuperscriptElement, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLeftSubSuperscriptElement, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLeftSubSuperscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathLimit, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathLimitLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathMatrix, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathMatrixLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBlock, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBlockLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRadical, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRadicalLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathArray, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathArrayLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathDelimiter, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathDelimiterLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathAccent, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathAccentLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathNaryOperator, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathNaryOperatorLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathGroupingCharacter, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathGroupingCharacterLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBorderBox, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBorderBoxLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBar, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBarLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFunction, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFunctionLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSubscriptElement, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSubscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathSuperscriptElement, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathSuperscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, BaseScript, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitBaseScriptLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathFraction, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathFractionLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathematicalText, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathematicalTextLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathElementBase, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathElementBaseLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathBox, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathBoxLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathLeftSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathLeftSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathLimit)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathLimitUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathMatrix)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathMatrixUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBlock)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBlockUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathRadical)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathRadicalUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathArray)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathArrayUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathDelimiter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathDelimiterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathAccent)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathAccentUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathNaryOperator)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathNaryOperatorUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathGroupingCharacter)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathGroupingCharacterUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBorderBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBorderBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBar)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBarUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathFunction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathFunctionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathSubscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathSubscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, BaseScript)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitBaseScriptUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathFraction)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathFractionUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathematicalText)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathematicalTextUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathElementBase)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathElementBaseUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathBox)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathBoxUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int, MathRightSubSuperscriptElement, MathRightSubSuperscriptElement)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitMathRightSubSuperscriptElementLower limit of integral
upperLimitMathRightSubSuperscriptElementUpper limit of integral

Returns: MathNaryOperator


integral

NameDescription
integral (int)Takes the integral without limits

Parameters:

NameTypeDescription
integralTypeintIntegral type

Returns: MathNaryOperator


integral

NameDescription
integral (int, String, String, int)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitStringLower limit of integral
upperLimitStringUpper limit of integral
limitLocationsintlocation of limits

Returns: MathNaryOperator


integral

NameDescription
integral (int, String, String)Takes the integral

Parameters:

NameTypeDescription
integralTypeintIntegral type
lowerLimitStringLower limit of integral
upperLimitStringUpper limit of integral

Returns: MathNaryOperator


join

NameDescription
join (MathLeftSubSuperscriptElement)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathLeftSubSuperscriptElementThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathLimit)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathLimitThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathMatrix)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathMatrixThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathBlock)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathBlockThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathRadical)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathRadicalThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathArray)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathArrayThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathDelimiter)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathDelimiterThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathAccent)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathAccentThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathNaryOperator)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathNaryOperatorThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathGroupingCharacter)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathGroupingCharacterThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathBorderBox)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathBorderBoxThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathBar)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathBarThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathFunction)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathFunctionThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathSubscriptElement)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathSubscriptElementThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathSuperscriptElement)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathSuperscriptElementThe element to be joined

Returns: MathBlock


join

NameDescription
join (BaseScript)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementBaseScriptThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathFraction)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathFractionThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathematicalText)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathematicalTextThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathElementBase)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathElementBaseThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathBox)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathBoxThe element to be joined

Returns: MathBlock


join

NameDescription
join (MathRightSubSuperscriptElement)Joins a mathematical element and forms a mathematical block

Parameters:

NameTypeDescription
mathElementMathRightSubSuperscriptElementThe element to be joined

Returns: MathBlock


join

NameDescription
join (String)Joins a mathematical text and forms a mathematical block

Parameters:

NameTypeDescription
mathTextStringMathematical text to be joined

Returns: MathBlock


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLeftSubSuperscriptElement, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLeftSubSuperscriptElementThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathLimit, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathLimitThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathMatrix, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathMatrixThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBlock, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBlockThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRadical, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRadicalThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathArray, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathArrayThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathDelimiter, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathDelimiterThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathAccent, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathAccentThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathNaryOperator, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathNaryOperatorThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathGroupingCharacter, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathGroupingCharacterThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBorderBox, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBorderBoxThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBar, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBarThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFunction, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFunctionThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSubscriptElement, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSubscriptElementThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathSuperscriptElement, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathSuperscriptElementThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, BaseScript, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitBaseScriptThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathFraction, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathFractionThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathematicalText, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathematicalTextThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathElementBase, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathElementBaseThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathBox, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathBoxThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathLeftSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathLeftSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathLimit)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathLimitThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathMatrix)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathMatrixThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathBlock)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathBlockThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathRadical)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathRadicalThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathArray)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathArrayThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathDelimiter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathDelimiterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathAccent)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathAccentThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathNaryOperator)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathNaryOperatorThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathGroupingCharacter)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathGroupingCharacterThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathBorderBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathBorderBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathBar)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathBarThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathFunction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathFunctionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathSubscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathSubscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, BaseScript)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitBaseScriptThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathFraction)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathFractionThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathematicalText)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathematicalTextThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathElementBase)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathElementBaseThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathBox)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathBoxThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, MathRightSubSuperscriptElement, MathRightSubSuperscriptElement)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitMathRightSubSuperscriptElementThe lower limit
upperLimitMathRightSubSuperscriptElementThe upper limit

Returns: MathNaryOperator


nary

NameDescription
nary (int, String, String)Creates a N-ary operator

Parameters:

NameTypeDescription
typeintThe N-ary operator type
lowerLimitStringThe lower limit
upperLimitStringThe upper limit

Returns: MathNaryOperator


overbar

NameDescription
overbar ()Sets a bar on the top of this element

Returns: MathBar


radical

NameDescription
radical (MathLeftSubSuperscriptElement)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathLeftSubSuperscriptElementArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathLimit)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathLimitArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathMatrix)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathMatrixArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathBlock)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathBlockArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathRadical)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathRadicalArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathArray)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathArrayArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathDelimiter)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathDelimiterArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathAccent)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathAccentArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathNaryOperator)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathNaryOperatorArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathGroupingCharacter)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathGroupingCharacterArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathBorderBox)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathBorderBoxArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathBar)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathBarArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathFunction)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathFunctionArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathSubscriptElement)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathSubscriptElementArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathSuperscriptElement)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathSuperscriptElementArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (BaseScript)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeBaseScriptArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathFraction)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathFractionArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathematicalText)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathematicalTextArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathElementBase)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathElementBaseArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathBox)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathBoxArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (MathRightSubSuperscriptElement)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeMathRightSubSuperscriptElementArgument of Radical

Returns: MathRadical


radical

NameDescription
radical (String)Specifies the mathematical root of the given degree from the specified argument.

Parameters:

NameTypeDescription
degreeStringArgument of Radical

Returns: MathRadical


setLowerLimit

NameDescription
setLowerLimit (MathLeftSubSuperscriptElement)Takes lower limit

Parameters:

NameTypeDescription
limitMathLeftSubSuperscriptElementlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathLimit)Takes lower limit

Parameters:

NameTypeDescription
limitMathLimitlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathMatrix)Takes lower limit

Parameters:

NameTypeDescription
limitMathMatrixlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathBlock)Takes lower limit

Parameters:

NameTypeDescription
limitMathBlocklimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathRadical)Takes lower limit

Parameters:

NameTypeDescription
limitMathRadicallimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathArray)Takes lower limit

Parameters:

NameTypeDescription
limitMathArraylimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathDelimiter)Takes lower limit

Parameters:

NameTypeDescription
limitMathDelimiterlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathAccent)Takes lower limit

Parameters:

NameTypeDescription
limitMathAccentlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathNaryOperator)Takes lower limit

Parameters:

NameTypeDescription
limitMathNaryOperatorlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathGroupingCharacter)Takes lower limit

Parameters:

NameTypeDescription
limitMathGroupingCharacterlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathBorderBox)Takes lower limit

Parameters:

NameTypeDescription
limitMathBorderBoxlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathBar)Takes lower limit

Parameters:

NameTypeDescription
limitMathBarlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathFunction)Takes lower limit

Parameters:

NameTypeDescription
limitMathFunctionlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathSubscriptElement)Takes lower limit

Parameters:

NameTypeDescription
limitMathSubscriptElementlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathSuperscriptElement)Takes lower limit

Parameters:

NameTypeDescription
limitMathSuperscriptElementlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (BaseScript)Takes lower limit

Parameters:

NameTypeDescription
limitBaseScriptlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathFraction)Takes lower limit

Parameters:

NameTypeDescription
limitMathFractionlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathematicalText)Takes lower limit

Parameters:

NameTypeDescription
limitMathematicalTextlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathElementBase)Takes lower limit

Parameters:

NameTypeDescription
limitMathElementBaselimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathBox)Takes lower limit

Parameters:

NameTypeDescription
limitMathBoxlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (MathRightSubSuperscriptElement)Takes lower limit

Parameters:

NameTypeDescription
limitMathRightSubSuperscriptElementlimit

Returns: MathLimit


setLowerLimit

NameDescription
setLowerLimit (String)Takes lower limit

Parameters:

NameTypeDescription
limitStringlimit

Returns: MathLimit


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLeftSubSuperscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathLimit, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathMatrix, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBlock, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRadical, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathArray, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathDelimiter, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathAccent, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathNaryOperator, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathGroupingCharacter, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBorderBox, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBar, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFunction, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSubscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathSuperscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (BaseScript, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathFraction, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathematicalText, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathElementBase, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathBox, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathLimit)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathLimitSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathMatrix)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathMatrixSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathBlock)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBlockSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathRadical)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathRadicalSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathArray)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathArraySuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathDelimiter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathDelimiterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathAccent)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathAccentSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathNaryOperator)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathNaryOperatorSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathGroupingCharacter)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathGroupingCharacterSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathBorderBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBorderBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathBar)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBarSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathFunction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathFunctionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathSubscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathSubscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, BaseScript)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptBaseScriptSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathFraction)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathFractionSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathematicalText)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathematicalTextSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathElementBase)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathElementBaseSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathBox)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathBoxSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (MathRightSubSuperscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the left)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheLeft

NameDescription
setSubSuperscriptOnTheLeft (String, String)Creates subscript and superscript on the left

Parameters:

NameTypeDescription
subscriptStringSubscript (lower index on the left)
superscriptStringSuperscript (upper index on the left)

Returns: MathLeftSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLeftSubSuperscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathLimit, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathMatrix, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBlock, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRadical, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathArray, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathDelimiter, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathAccent, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathNaryOperator, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathGroupingCharacter, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBorderBox, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBar, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFunction, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSubscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathSuperscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (BaseScript, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathFraction, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathematicalText, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathElementBase, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathBox, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathLeftSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathLimit)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathMatrix)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathBlock)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathRadical)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathArray)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathArraySuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathDelimiter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathAccent)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathNaryOperator)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathGroupingCharacter)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathBorderBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathBar)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBarSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathFunction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathSubscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, BaseScript)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathFraction)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathematicalText)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathElementBase)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathBox)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (MathRightSubSuperscriptElement, MathRightSubSuperscriptElement)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubSuperscriptOnTheRight

NameDescription
setSubSuperscriptOnTheRight (String, String)Creates subscript and superscript on the right

Parameters:

NameTypeDescription
subscriptStringSubscript (lower index on the right)
superscriptStringSuperscript (upper index on the right)

Returns: MathRightSubSuperscriptElement


setSubscript

NameDescription
setSubscript (MathLeftSubSuperscriptElement)Creates subscript

Parameters:

NameTypeDescription
subscriptMathLeftSubSuperscriptElementSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathLimit)Creates subscript

Parameters:

NameTypeDescription
subscriptMathLimitSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathMatrix)Creates subscript

Parameters:

NameTypeDescription
subscriptMathMatrixSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathBlock)Creates subscript

Parameters:

NameTypeDescription
subscriptMathBlockSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathRadical)Creates subscript

Parameters:

NameTypeDescription
subscriptMathRadicalSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathArray)Creates subscript

Parameters:

NameTypeDescription
subscriptMathArraySubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathDelimiter)Creates subscript

Parameters:

NameTypeDescription
subscriptMathDelimiterSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathAccent)Creates subscript

Parameters:

NameTypeDescription
subscriptMathAccentSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathNaryOperator)Creates subscript

Parameters:

NameTypeDescription
subscriptMathNaryOperatorSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathGroupingCharacter)Creates subscript

Parameters:

NameTypeDescription
subscriptMathGroupingCharacterSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathBorderBox)Creates subscript

Parameters:

NameTypeDescription
subscriptMathBorderBoxSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathBar)Creates subscript

Parameters:

NameTypeDescription
subscriptMathBarSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathFunction)Creates subscript

Parameters:

NameTypeDescription
subscriptMathFunctionSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathSubscriptElement)Creates subscript

Parameters:

NameTypeDescription
subscriptMathSubscriptElementSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathSuperscriptElement)Creates subscript

Parameters:

NameTypeDescription
subscriptMathSuperscriptElementSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (BaseScript)Creates subscript

Parameters:

NameTypeDescription
subscriptBaseScriptSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathFraction)Creates subscript

Parameters:

NameTypeDescription
subscriptMathFractionSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathematicalText)Creates subscript

Parameters:

NameTypeDescription
subscriptMathematicalTextSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathElementBase)Creates subscript

Parameters:

NameTypeDescription
subscriptMathElementBaseSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathBox)Creates subscript

Parameters:

NameTypeDescription
subscriptMathBoxSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (MathRightSubSuperscriptElement)Creates subscript

Parameters:

NameTypeDescription
subscriptMathRightSubSuperscriptElementSubscript (lower index on the right)

Returns: MathSubscriptElement


setSubscript

NameDescription
setSubscript (String)Creates subscript

Parameters:

NameTypeDescription
subscriptStringSubscript (lower index on the right)

Returns: MathSubscriptElement


setSuperscript

NameDescription
setSuperscript (MathLeftSubSuperscriptElement)Creates superscript

Parameters:

NameTypeDescription
superscriptMathLeftSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathLimit)Creates superscript

Parameters:

NameTypeDescription
superscriptMathLimitSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathMatrix)Creates superscript

Parameters:

NameTypeDescription
superscriptMathMatrixSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathBlock)Creates superscript

Parameters:

NameTypeDescription
superscriptMathBlockSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathRadical)Creates superscript

Parameters:

NameTypeDescription
superscriptMathRadicalSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathArray)Creates superscript

Parameters:

NameTypeDescription
superscriptMathArraySuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathDelimiter)Creates superscript

Parameters:

NameTypeDescription
superscriptMathDelimiterSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathAccent)Creates superscript

Parameters:

NameTypeDescription
superscriptMathAccentSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathNaryOperator)Creates superscript

Parameters:

NameTypeDescription
superscriptMathNaryOperatorSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathGroupingCharacter)Creates superscript

Parameters:

NameTypeDescription
superscriptMathGroupingCharacterSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathBorderBox)Creates superscript

Parameters:

NameTypeDescription
superscriptMathBorderBoxSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathBar)Creates superscript

Parameters:

NameTypeDescription
superscriptMathBarSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathFunction)Creates superscript

Parameters:

NameTypeDescription
superscriptMathFunctionSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathSubscriptElement)Creates superscript

Parameters:

NameTypeDescription
superscriptMathSubscriptElementSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathSuperscriptElement)Creates superscript

Parameters:

NameTypeDescription
superscriptMathSuperscriptElementSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (BaseScript)Creates superscript

Parameters:

NameTypeDescription
superscriptBaseScriptSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathFraction)Creates superscript

Parameters:

NameTypeDescription
superscriptMathFractionSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathematicalText)Creates superscript

Parameters:

NameTypeDescription
superscriptMathematicalTextSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathElementBase)Creates superscript

Parameters:

NameTypeDescription
superscriptMathElementBaseSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathBox)Creates superscript

Parameters:

NameTypeDescription
superscriptMathBoxSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (MathRightSubSuperscriptElement)Creates superscript

Parameters:

NameTypeDescription
superscriptMathRightSubSuperscriptElementSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setSuperscript

NameDescription
setSuperscript (String)Creates superscript

Parameters:

NameTypeDescription
superscriptStringSuperscript (upper index on the right)

Returns: MathSuperscriptElement


setUpperLimit

NameDescription
setUpperLimit (MathLeftSubSuperscriptElement)Takes upper limit

Parameters:

NameTypeDescription
limitMathLeftSubSuperscriptElementlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathLimit)Takes upper limit

Parameters:

NameTypeDescription
limitMathLimitlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathMatrix)Takes upper limit

Parameters:

NameTypeDescription
limitMathMatrixlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathBlock)Takes upper limit

Parameters:

NameTypeDescription
limitMathBlocklimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathRadical)Takes upper limit

Parameters:

NameTypeDescription
limitMathRadicallimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathArray)Takes upper limit

Parameters:

NameTypeDescription
limitMathArraylimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathDelimiter)Takes upper limit

Parameters:

NameTypeDescription
limitMathDelimiterlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathAccent)Takes upper limit

Parameters:

NameTypeDescription
limitMathAccentlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathNaryOperator)Takes upper limit

Parameters:

NameTypeDescription
limitMathNaryOperatorlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathGroupingCharacter)Takes upper limit

Parameters:

NameTypeDescription
limitMathGroupingCharacterlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathBorderBox)Takes upper limit

Parameters:

NameTypeDescription
limitMathBorderBoxlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathBar)Takes upper limit

Parameters:

NameTypeDescription
limitMathBarlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathFunction)Takes upper limit

Parameters:

NameTypeDescription
limitMathFunctionlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathSubscriptElement)Takes upper limit

Parameters:

NameTypeDescription
limitMathSubscriptElementlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathSuperscriptElement)Takes upper limit

Parameters:

NameTypeDescription
limitMathSuperscriptElementlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (BaseScript)Takes upper limit

Parameters:

NameTypeDescription
limitBaseScriptlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathFraction)Takes upper limit

Parameters:

NameTypeDescription
limitMathFractionlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathematicalText)Takes upper limit

Parameters:

NameTypeDescription
limitMathematicalTextlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathElementBase)Takes upper limit

Parameters:

NameTypeDescription
limitMathElementBaselimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathBox)Takes upper limit

Parameters:

NameTypeDescription
limitMathBoxlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (MathRightSubSuperscriptElement)Takes upper limit

Parameters:

NameTypeDescription
limitMathRightSubSuperscriptElementlimit

Returns: MathLimit


setUpperLimit

NameDescription
setUpperLimit (String)Takes upper limit

Parameters:

NameTypeDescription
limitStringlimit

Returns: MathLimit


toBorderBox

NameDescription
toBorderBox ()Places this element in a border-box

Returns: MathBorderBox


toBorderBox

NameDescription
toBorderBox (boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean)Places this element in a border-box

Parameters:

NameTypeDescription
hideTopbooleanHide Top Edge
hideBottombooleanHide Bottom Edge
hideLeftbooleanHide Left Edge
hideRightbooleanHide Right Edge
strikethroughHorizontalbooleanBorder Box Strikethrough Horizontal
strikethroughVerticalbooleanBorder Box Strikethrough Vertical
strikethroughBottomLeftToTopRightbooleanBorder Box Strikethrough Bottom-Left to Top-Right
strikethroughTopLeftToBottomRightbooleanBorder Box Strikethrough Top-Left to Bottom-Right

Returns: MathBorderBox


toBox

NameDescription
toBox ()Places this element in a non-visual box (logical grouping) which is used to group components of an equation or other instance of mathematical text. A boxed object can (for example) serve as an operator emulator with or without an alignment point, serve as a line break point, or be grouped such as not to allow line breaks within.

Returns: MathBox


toMathArray

NameDescription
toMathArray ()Puts in a vertical array

Returns: MathArray


underbar

NameDescription
underbar ()Sets a bar on the bottom of this element

Returns: MathBar