MathArray

MathArray class

Specifies a vertical array of equations or any mathematical objects

MathArray

NameDescription
MathArray(MathLeftSubSuperscriptElement)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathLeftSubSuperscriptElementThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathLimit)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathLimitThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathMatrix)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathMatrixThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathBlock)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathBlockThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathRadical)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathRadicalThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathArray)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathArrayThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathDelimiter)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathDelimiterThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathAccent)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathAccentThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathNaryOperator)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathNaryOperatorThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathGroupingCharacter)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathGroupingCharacterThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathBorderBox)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathBorderBoxThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathBar)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathBarThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathFunction)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathFunctionThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathSubscriptElement)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathSubscriptElementThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathSuperscriptElement)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathSuperscriptElementThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(BaseScript)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementBaseScriptThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathFraction)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathFractionThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathematicalText)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathematicalTextThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathElementBase)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathElementBaseThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathBox)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathBoxThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(MathRightSubSuperscriptElement)Creates a mathematical array and places the specified element in it

Parameters:

NameTypeDescription
elementMathRightSubSuperscriptElementThe element to place in the array

Returns: MathArray


MathArray

NameDescription
MathArray(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides.IMathElement>)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

Returns: MathArray


getArguments

NameDescription
getArguments ()The set of items of the array

Returns: MathBlock


getBaseJustification

NameDescription
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

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


getMaximumDistribution

NameDescription
getMaximumDistribution ()Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).

Returns: boolean


getObjectDistribution

NameDescription
getObjectDistribution ()Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.

Returns: boolean


getRowSpacing

NameDescription
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

NameDescription
getRowSpacingRule ()The type of vertical spacing between array elements Default: SingleLineGap

Returns: int


setBaseJustification

NameDescription
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

Returns: void


setMaximumDistribution

NameDescription
setMaximumDistribution (boolean)Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).

Returns: void


setObjectDistribution

NameDescription
setObjectDistribution (boolean)Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.

Returns: void


setRowSpacing

NameDescription
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

Returns: void


setRowSpacingRule

NameDescription
setRowSpacingRule (int)The type of vertical spacing between array elements Default: SingleLineGap

Returns: void