CreateMathArray
CreateMathArray(IMathElement)
创建一个数学数组并将指定元素放入其中
public IMathArray CreateMathArray(IMathElement element)
范围 | 类型 | 描述 |
---|---|---|
element | IMathElement | 数学元素放入数组 |
返回值
新数学数组
也可以看看
- interface IMathArray
- interface IMathElement
- class MathArrayFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides
CreateMathArray(IMathElementCollection)
创建一个数学数组并将指定的元素放入其中
public IMathArray CreateMathArray(IMathElementCollection elements)
范围 | 类型 | 描述 |
---|---|---|
elements | IMathElementCollection | 数学元素放入数组 |
返回值
新数学数组
也可以看看
- interface IMathArray
- interface IMathElementCollection
- class MathArrayFactory
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides