CreateMathArray
CreateMathArray(IMathElement)
创建一个数学数组并将指定元素放入其中
public IMathArray CreateMathArray(IMathElement element)
参数 | 类型 | 描述 |
---|---|---|
element | IMathElement | 放入数组中的数学元素 |
返回值
新数学数组
参见
- interface IMathArray
- interface IMathElement
- class MathArrayFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathArray(IMathElementCollection)
创建一个数学数组并将指定元素放入其中
public IMathArray CreateMathArray(IMathElementCollection elements)
参数 | 类型 | 描述 |
---|---|---|
elements | IMathElementCollection | 放入数组中的数学元素 |
返回值
新数学数组
参见
- interface IMathArray
- interface IMathElementCollection
- class MathArrayFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides