public interface ISection
Represents section of slides.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the section.
|
ISectionSlideCollection |
getSlidesListOfSection()
Returns list of slides in the section.
|
ISlide |
getStartedFromSlide()
Returns first slide of the section.
|
void |
setName(java.lang.String value)
Name of the section.
|
java.lang.String getName()
Name of the section.
void setName(java.lang.String value)
Name of the section.
ISlide getStartedFromSlide()
Returns first slide of the section.
ISectionSlideCollection getSlidesListOfSection()
Returns list of slides in the section.
ISectionSlideCollection
object.