MathArray

Contents
[ ]

MathArray(MathLeftSubSuperscriptElement element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathLeftSubSuperscriptElementThe element to place in the array

MathArray(MathMatrix element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathMatrixThe element to place in the array

MathArray(MathLimit element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathLimitThe element to place in the array

MathArray(MathBlock element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathBlockThe element to place in the array

MathArray(MathRadical element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathRadicalThe element to place in the array

MathArray(MathArray element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathArrayThe element to place in the array

MathArray(MathDelimiter element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathDelimiterThe element to place in the array

MathArray(MathNaryOperator element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathNaryOperatorThe element to place in the array

MathArray(MathAccent element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathAccentThe element to place in the array

MathArray(MathGroupingCharacter element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathGroupingCharacterThe element to place in the array

MathArray(MathBorderBox element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathBorderBoxThe element to place in the array

MathArray(MathBar element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathBarThe element to place in the array

MathArray(MathSuperscriptElement element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathSuperscriptElementThe element to place in the array

MathArray(MathSubscriptElement element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathSubscriptElementThe element to place in the array

MathArray(MathFunction element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathFunctionThe element to place in the array

MathArray(MathematicalText element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathematicalTextThe element to place in the array

MathArray(MathFraction element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathFractionThe element to place in the array

MathArray(MathBox element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathBoxThe element to place in the array

MathArray(MathRightSubSuperscriptElement element) constructor

Creates a mathematical array and places the specified element in it

Parameters

NameTypeDescription
elementMathRightSubSuperscriptElementThe element to place in the array

MathArray(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides.IMathElement> elements) constructor

Creates a mathematical array and places specified elements in it

Parameters

NameTypeDescription
elementscom.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides.IMathElement>Elements to place in the array