com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Section

  • java.lang.Object
    • com.aspose.slides.Section
  • All Implemented Interfaces:
    ISection


    public class Section
    extends java.lang.Object
    implements ISection

    Represents section of slides.

    • Method Detail

      • getName

        public final java.lang.String getName()

        Name of the section.

        Specified by:
        getName in interface ISection
      • setName

        public final void setName(java.lang.String value)

        Name of the section.

        Specified by:
        setName in interface ISection
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.