ISection

ISection 接口

表示幻灯片的章节。

public interface ISection

属性

名称描述
Name { get; set; }章节的名称。
SectionId { get; }章节 Id。
StartedFromSlide { get; }返回该章节的第一张幻灯片。

方法

名称描述
GetSlidesListOfSection()返回该章节中的幻灯片列表。

另请参阅