SectionCollection

SectionCollection class

表示节的集合。

public sealed class SectionCollection : DomObject<Presentation>, ISectionCollection

特性

姓名描述
Count { get; }获取集合中实际包含的元素数量。 只读Int32。
IsSynchronized { get; }返回一个值,指示对集合的访问是否同步(线程安全)。 只读Boolean。
Item { get; }获取指定索引处的元素。 只读ISection
SyncRoot { get; }返回同步根。 只读Object。

方法

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

也可以看看