AppendEmptySection
SectionCollection.AppendEmptySection 方法
将空节添加到集合的末尾。
public ISection AppendEmptySection(string name)
参数 | 类型 | 描述 |
---|---|---|
name | String | 节的名称 |
返回值
添加的节。
另请参见
- 接口 ISection
- 类 SectionCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
将空节添加到集合的末尾。
public ISection AppendEmptySection(string name)
参数 | 类型 | 描述 |
---|---|---|
name | String | 节的名称 |
添加的节。