public class Section extends DomObject<SectionCollection> implements ISection
Represents section of slides.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the section.
|
java.util.UUID |
getSectionId()
Section Id.
|
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.
|
getParent_Immediate
public final java.lang.String getName()
Name of the section.
public final void setName(java.lang.String value)
Name of the section.
public final java.util.UUID getSectionId()
Section Id.
getSectionId
in interface ISection
public final ISlide getStartedFromSlide()
Returns first slide of the section.
getStartedFromSlide
in interface ISection
public final ISectionSlideCollection getSlidesListOfSection()
Returns list of slides in the section.
getSlidesListOfSection
in interface ISection