CreateMathArray
CreateMathArray(IMathElement)
Creates a math array and places the specified element in it
public IMathArray CreateMathArray(IMathElement element)
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to place in array |
Return Value
new math array
See Also
- interface IMathArray
- interface IMathElement
- interface IMathArrayFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathArray(IMathElementCollection)
Creates a math array and places specified elements in it
public IMathArray CreateMathArray(IMathElementCollection elements)
Parameter | Type | Description |
---|---|---|
elements | IMathElementCollection | math elements to place in array |
Return Value
new math array
See Also
- interface IMathArray
- interface IMathElementCollection
- interface IMathArrayFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides