MathArray
MathArray class
Specifies a vertical array of equations or any mathematical objects
MathArray
| Name | Description |
|---|
| MathArray(MathBar) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathBar | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathBox) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathBox | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(BaseScript) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | BaseScript | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathMatrix) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathMatrix | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathRadical) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathRadical | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathNaryOperator) | Creates a mathematical array and places the specified element in it |
Parameters:
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathDelimiter) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathDelimiter | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathFraction) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathFraction | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathSuperscriptElement) | Creates a mathematical array and places the specified element in it |
Parameters:
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathBorderBox) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathBorderBox | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathSubscriptElement) | Creates a mathematical array and places the specified element in it |
Parameters:
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathGroupingCharacter) | Creates a mathematical array and places the specified element in it |
Parameters:
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathArray) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathArray | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathAccent) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathAccent | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathElementBase) | Creates a mathematical array and places the specified element in it |
Parameters:
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathematicalText) | Creates a mathematical array and places the specified element in it |
Parameters:
Returns:
MathArray
MathArray
Parameters:
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathLimit) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathLimit | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathFunction) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathFunction | The element to place in the array |
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(MathBlock) | Creates a mathematical array and places the specified element in it |
Parameters:
| Name | Type | Description |
|---|
| element | MathBlock | The element to place in the array |
Returns:
MathArray
MathArray
Parameters:
Returns:
MathArray
MathArray
| Name | Description |
|---|
| MathArray(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides.IMathElement>) | 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 |
Returns:
MathArray
getArguments
| Name | Description |
|---|
| getArguments () | The set of items of the array |
Returns:
MathBlock
getBaseJustification
| Name | Description |
|---|
| getBaseJustification () | Specifies alignment of the array relative to surrounding text Text outside of the array can be aligned with the bottom, top, or center of a array object. Default value: Center |
Returns:
int
getChildren
| Name | Description |
|---|
| getChildren () | Get children elements |
Returns:
MathBar, MathBox, BaseScript, MathMatrix, MathRadical, MathNaryOperator, MathDelimiter, MathFraction, MathSuperscriptElement, MathBorderBox, MathSubscriptElement, MathGroupingCharacter, MathArray, MathAccent, MathElementBase, MathematicalText, MathRightSubSuperscriptElement, MathLimit, MathFunction, MathBlock, MathLeftSubSuperscriptElement
getMaximumDistribution
| Name | Description |
|---|
| getMaximumDistribution () | Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.). |
Returns:
boolean
getObjectDistribution
| Name | Description |
|---|
| getObjectDistribution () | Object Distribution When true, the contents of the array are spaced to the maximum width of the array object. |
Returns:
boolean
getRowSpacing
| Name | Description |
|---|
| getRowSpacing () | Spacing between rows of an array It is used only when RowSpacingRule is set to 3 Exactly in which case the unit of measure is points or Multiple in which case the unit of measure is half-lines. Default: 0 |
Returns:
long
getRowSpacingRule
| Name | Description |
|---|
| getRowSpacingRule () | The type of vertical spacing between array elements Default: SingleLineGap |
Returns:
int
setBaseJustification
| Name | Description |
|---|
| setBaseJustification (int) | Specifies alignment of the array relative to surrounding text Text outside of the array can be aligned with the bottom, top, or center of a array object. Default value: Center |
setMaximumDistribution
| Name | Description |
|---|
| setMaximumDistribution (boolean) | Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.). |
setObjectDistribution
| Name | Description |
|---|
| setObjectDistribution (boolean) | Object Distribution When true, the contents of the array are spaced to the maximum width of the array object. |
setRowSpacing
| Name | Description |
|---|
| setRowSpacing (long) | Spacing between rows of an array It is used only when RowSpacingRule is set to 3 Exactly in which case the unit of measure is points or Multiple in which case the unit of measure is half-lines. Default: 0 |
setRowSpacingRule
| Name | Description |
|---|
| setRowSpacingRule (int) | The type of vertical spacing between array elements Default: SingleLineGap |