ISection

ISection 接口

表示幻灯片的区段。

public interface ISection

属性

名称描述
Name { get; set; }区段的名称。
SectionId { get; }区段 ID。
StartedFromSlide { get; }返回该区段的第一张幻灯片。

方法

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

另见