Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the section.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
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.
|
public final java.lang.String getName()
Name of the section.
public final void setName(java.lang.String value)
Name of the section.
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
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.