Section

Section class

Represents section of slides.

getName

NameDescription
getName ()Name of the section.

Returns: String


getSectionId

NameDescription
getSectionId ()Section Id.

Returns: UUID


getSlidesListOfSection

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

Returns: SectionSlideCollection


getStartedFromSlide

NameDescription
getStartedFromSlide ()Returns first slide of the section.

Returns: Slide


setName

NameDescription
setName (String)Name of the section.