com.aspose.slides.pptx
Class LayoutSlideEx

java.lang.Object
  extended by com.aspose.slides.pptx.BaseSlideEx
      extended by com.aspose.slides.pptx.LayoutSlideEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class LayoutSlideEx
extends BaseSlideEx

Represents a layout slide.


Method Summary
 SlideEx[] getDependingSlides()
          Returns an array with all slides, which depend on this layout slide.
 SlideLayoutTypeEx getLayoutType()
          Returns layout type of this layout slide.
 MasterSlideEx getMasterSlide()
          Returns or sets the master slide of a layout.
 com.aspose.slides.pptx.slideshow.TransitionEx getSlideShowTransition()
          Returns the TransitionEx object which contains information about slide show transition effects.
 ThemeEx getTheme()
          Returns the theme object from master.
 void setMasterSlide(MasterSlideEx value)
          Sets the master slide of a layout.
 
Methods inherited from class com.aspose.slides.pptx.BaseSlideEx
addNotes, findShapeByAltText, getBackground, getName, getParent, getPresentation, getShapes, getSlide, getSlideDocument, getSlideId, getTags, getTimeline, ppt2003AfterLoad, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMasterSlide

public MasterSlideEx getMasterSlide()
Returns or sets the master slide of a layout.

Returns:
See MasterSlideEx.

setMasterSlide

public void setMasterSlide(MasterSlideEx value)
                    throws PptxException.PptxEditException
Sets the master slide of a layout.

Parameters:
value - new master slide.
Throws:
PptxException.PptxEditException

getTheme

public ThemeEx getTheme()
Returns the theme object from master.

Specified by:
getTheme in class BaseSlideEx

getLayoutType

public SlideLayoutTypeEx getLayoutType()
Returns layout type of this layout slide.


getSlideShowTransition

public com.aspose.slides.pptx.slideshow.TransitionEx getSlideShowTransition()
Returns the TransitionEx object which contains information about slide show transition effects.

Overrides:
getSlideShowTransition in class BaseSlideEx

getDependingSlides

public SlideEx[] getDependingSlides()
Returns an array with all slides, which depend on this layout slide.