Insert
Insert(int, IParagraph)
在指定索引处将段落插入集合中。
public void Insert(int index, IParagraph value)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 段落应该插入的零基索引。 |
value | IParagraph | 要插入的段落。 |
另见
- 接口 IParagraph
- 接口 IParagraphCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
Insert(int, IParagraphCollection)
在指定索引处将ParagraphCollection的内容插入集合中。
public void Insert(int index, IParagraphCollection value)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 段落应该插入的零基索引。 |
value | IParagraphCollection | 要插入的段落。 |
另见
- 接口 IParagraphCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides