添加
Add(IParagraph)
将段落添加到集合的末尾。
public void Add(IParagraph value)
参数 | 类型 | 描述 |
---|---|---|
value | IParagraph | 要添加到集合末尾的段落。 |
另见
- 接口 IParagraph
- 接口 IParagraphCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
Add(IParagraphCollection)
将 ParagraphCollection 的内容添加到集合的末尾。
public int Add(IParagraphCollection value)
参数 | 类型 | 描述 |
---|---|---|
value | IParagraphCollection | 要添加到集合末尾的 ParagraphCollection。 |
返回值
添加段落的索引,如果没有可添加的内容则返回 -1。
另见
- 接口 IParagraphCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides