Section

Inheritance: java.lang.Object, com.aspose.slides.DomObject

All Implemented Interfaces: com.aspose.slides.ISection

public class Section extends DomObject<SectionCollection> implements ISection

Represents section of slides.

Methods

MethodDescription
getName()Name of the section.
setName(String value)Name of the section.
getSectionId()Section Id.
getStartedFromSlide()Returns first slide of the section.
getSlidesListOfSection()Returns list of slides in the section.

getName()

public final String getName()

Name of the section.

Returns: java.lang.String

setName(String value)

public final void setName(String value)

Name of the section.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getSectionId()

public final UUID getSectionId()

Section Id.

Returns: java.util.UUID

getStartedFromSlide()

public final ISlide getStartedFromSlide()

Returns first slide of the section.

Returns: ISlide

getSlidesListOfSection()

public final ISectionSlideCollection getSlidesListOfSection()

Returns list of slides in the section.

Returns: ISectionSlideCollection - List of slides.