Section

Section class

Represents section of slides.

getName

NameDescription
getName ()Name of the section.

Result: String


getSectionId

NameDescription
getSectionId ()Section Id.

Result: UUID


getSlidesListOfSection

NameDescription
getSlidesListOfSection ()Returns list of slides in the section.

Result: SectionSlideCollection


getStartedFromSlide

NameDescription
getStartedFromSlide ()Returns first slide of the section.

Result: Slide


setName

NameDescription
setName (String)Name of the section.