Insert
Insert(int, IParagraph)
将段落插入到集合中指定索引处。
public void Insert(int index, IParagraph value)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入段落的从零开始的索引。 |
value | IParagraph | 要插入的段落。 |
也可以看看
- interface IParagraph
- interface IParagraphCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
Insert(int, IParagraphCollection)
将 ParagraphCollection 的内容插入到集合中指定索引处。
public void Insert(int index, IParagraphCollection value)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入段落的从零开始的索引。 |
value | IParagraphCollection | 要插入的段落。 |
也可以看看
- interface IParagraphCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides