MathArrayFactory
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IMathArrayFactory
public class MathArrayFactory implements IMathArrayFactory
Allows to create a math array
For COM comparibility
Constructors
| Constructor | Description |
|---|---|
| MathArrayFactory() |
Methods
| Method | Description |
|---|---|
| createMathArray(IMathElement element) | Creates a math array and places the specified element in it |
| createMathArray(IMathElementCollection elements) | Creates a math array and places specified elements in it |
MathArrayFactory()
public MathArrayFactory()
createMathArray(IMathElement element)
public final IMathArray createMathArray(IMathElement element)
Creates a math array and places the specified element in it
Parameters:
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | math element to place in array |
Returns: IMathArray - new math array
createMathArray(IMathElementCollection elements)
public final IMathArray createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
Parameters:
| Parameter | Type | Description |
|---|---|---|
| elements | IMathElementCollection | math elements to place in array |
Returns: IMathArray - new math array