com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISection

  • All Known Implementing Classes:
    Section


    public interface ISection

    Represents section of slides.

    • Method Detail

      • getName

        java.lang.String getName()

        Name of the section.

      • setName

        void setName(java.lang.String value)

        Name of the section.

      • getStartedFromSlide

        ISlide getStartedFromSlide()

        Returns first slide of the section.