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_Immediatepublic 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 ISectionpublic final ISlide getStartedFromSlide()
Returns first slide of the section.
getStartedFromSlide in interface ISectionpublic final ISectionSlideCollection getSlidesListOfSection()
Returns list of slides in the section.
getSlidesListOfSection in interface ISectionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.