Section

Section class

表示幻灯片的部分。

public class Section : DomObject<SectionCollection>, ISection  

Properties

NameDescription
Name { get; set; }部分的名称。
SectionId { get; }部分 ID。
StartedFromSlide { get; }返回部分的第一张幻灯片。

Methods

NameDescription
GetSlidesListOfSection()返回部分中的幻灯片列表。

See Also