com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ILayoutSlide

    • Method Detail

      • setMasterSlide

        void setMasterSlide(IMasterSlide value)

        Returns or sets the master slide for a layout. Read/write IMasterSlide.

      • getLayoutType

        byte getLayoutType()

        Returns layout type of this layout slide. Read-only SlideLayoutType.

      • hasDependingSlides

        boolean hasDependingSlides()

        Returns true if there exists at least one slide that depends on this layout slide. Read-only boolean.

      • getDependingSlides

        ISlide[] getDependingSlides()

        Returns an array with all slides, which depend on this layout slide.

        Returns:
        Array of ISlide
      • remove

        void remove()

        Removes layout from presentation.

        Throws:
        PptxEditException - Thrown if layout is already removed from presentation or if layout is used in presentation (its HasDependingSlides property is true).


        To avoid throwing of the PptxEditException check layout's HasDependingSlides property before.