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