Section
Section class
Represents section of slides.
getName
| Name | Description | 
|---|---|
| getName () | Name of the section. | 
Returns: String
getSectionId
| Name | Description | 
|---|---|
| getSectionId () | Section Id. | 
Returns: UUID
getSlidesListOfSection
| Name | Description | 
|---|---|
| getSlidesListOfSection () | Returns list of slides in the section. | 
Returns: SectionSlideCollection
getStartedFromSlide
| Name | Description | 
|---|---|
| getStartedFromSlide () | Returns first slide of the section. | 
Returns: Slide
setName
| Name | Description | 
|---|---|
| setName (String) | Name of the section. | 
Returns: void