ISectionCollection

ISectionCollection interface

表示节的集合。

public interface ISectionCollection : IGenericCollection<ISection>

特性

姓名描述
Item { get; }获取指定索引处的元素。 只读ISection

方法

姓名描述
AddEmptySection(string, int)将空白部分添加到集合的指定位置。
AddSection(string, ISlide)添加从特定幻灯片开始的新部分。
AppendEmptySection(string)将空白部分添加到集合的末尾。
Clear()从集合中删除所有部分。
IndexOf(ISection)返回集合中指定部分的索引。
RemoveSection(ISection)删除部分。该部分中包含的幻灯片将合并到上一部分中。
RemoveSectionWithSlides(ISection)删除部分和该部分中包含的幻灯片。
ReorderSectionWithSlides(ISection, int)将部分及其幻灯片从集合移动到指定位置。

也可以看看