MathMatrixFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathMatrixFactory

public class MathMatrixFactory implements IMathMatrixFactory

Allows to create a math matrix


For COM comparibility

Constructors

ConstructorDescription
MathMatrixFactory()

Methods

MethodDescription
createMathMatrix(int rowCount, int columnCount)Creates a math matrix

MathMatrixFactory()

public MathMatrixFactory()

createMathMatrix(int rowCount, int columnCount)

public final IMathMatrix createMathMatrix(int rowCount, int columnCount)

Creates a math matrix

Parameters:

ParameterTypeDescription
rowCountintrow count
columnCountintcolumn count

Returns: IMathMatrix - new math matrix