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