public class MathArrayFactory extends java.lang.Object implements IMathArrayFactory
Allows to create a math array
| Constructor and Description |
|---|
MathArrayFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMathArray |
createMathArray(IMathElement element)
Creates a math array and places the specified element in it
|
IMathArray |
createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
|
public final IMathArray createMathArray(IMathElement element)
Creates a math array and places the specified element in it
createMathArray in interface IMathArrayFactoryelement - math element to place in arraypublic final IMathArray createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
createMathArray in interface IMathArrayFactoryelements - math elements to place in arrayCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.