MathArrayFactory

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

ConstructorDescription
MathArrayFactory()

Methods

MethodDescription
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:

ParameterTypeDescription
elementIMathElementmath 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:

ParameterTypeDescription
elementsIMathElementCollectionmath elements to place in array

Returns: IMathArray - new math array