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
| Constructor | Description |
|---|---|
| MathMatrixFactory() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| rowCount | int | row count |
| columnCount | int | column count |
Returns: IMathMatrix - new math matrix