MathArray
MathArray(IMathElement)
创建一个数学数组并将指定元素放入其中
public MathArray(IMathElement element)
参数 | 类型 | 描述 |
---|---|---|
element | IMathElement | 要放入数组的元素 |
示例
示例:
[C#]
MathArray mathArray = new MathArray(new MathematicalText("item1"));
另请参阅
- 接口 IMathElement
- 类 MathArray
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides
MathArray(IEnumerable<IMathElement>)
创建一个数学数组并将指定元素放入其中
public MathArray(IEnumerable<IMathElement> elements)
参数 | 类型 | 描述 |
---|---|---|
elements | IEnumerable`1 | 要放入数组的元素 |
另请参阅
- 接口 IMathElement
- 类 MathArray
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides