MathArray
MathArray(MathLeftSubSuperscriptElement element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathLeftSubSuperscriptElement | The element to place in the array |
MathArray(MathMatrix element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathMatrix | The element to place in the array |
MathArray(MathLimit element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathLimit | The element to place in the array |
MathArray(MathBlock element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathBlock | The element to place in the array |
MathArray(MathRadical element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathRadical | The element to place in the array |
MathArray(MathArray element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathArray | The element to place in the array |
MathArray(MathDelimiter element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathDelimiter | The element to place in the array |
MathArray(MathNaryOperator element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathNaryOperator | The element to place in the array |
MathArray(MathAccent element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathAccent | The element to place in the array |
MathArray(MathGroupingCharacter element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathGroupingCharacter | The element to place in the array |
MathArray(MathBorderBox element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathBorderBox | The element to place in the array |
MathArray(MathBar element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathBar | The element to place in the array |
MathArray(MathSuperscriptElement element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathSuperscriptElement | The element to place in the array |
MathArray(MathSubscriptElement element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathSubscriptElement | The element to place in the array |
MathArray(MathFunction element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathFunction | The element to place in the array |
MathArray(MathematicalText element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathematicalText | The element to place in the array |
MathArray(MathFraction element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathFraction | The element to place in the array |
MathArray(MathBox element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathBox | The element to place in the array |
MathArray(MathRightSubSuperscriptElement element) constructor
Creates a mathematical array and places the specified element in it
Parameters
| Name | Type | Description |
|---|---|---|
| element | MathRightSubSuperscriptElement | The 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
| Name | Type | Description |
|---|---|---|
| elements | com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides.IMathElement> | Elements to place in the array |