com.spire.presentation
Interface ILayout


public interface ILayout


Method Summary
 ISlide[] getDependingSlides()
          Gets an array with all slides, which depend on this layout slide.
 SlideLayoutType getLayoutType()
          Gets layout type of this layout slide.
 java.lang.String getName()
          Gets the name of this layout.
 

Method Detail

getLayoutType

SlideLayoutType getLayoutType()
Gets layout type of this layout slide.

Returns:

getDependingSlides

ISlide[] getDependingSlides()
Gets an array with all slides, which depend on this layout slide.

Returns:

getName

java.lang.String getName()
Gets the name of this layout.

Returns: