com.aspose.slides
Class LayoutSlideEx

java.lang.Object
  extended by com.aspose.slides.BaseSlideEx
      extended by com.aspose.slides.LayoutSlideEx

public class LayoutSlideEx
extends BaseSlideEx

Represents a layout slide.


Method Summary
 MasterSlideEx getMasterSlide()
          Returns or sets the master slide of a layout.
 void setMasterSlide(MasterSlideEx value)
          Sets the master slide of a layout.
 
Methods inherited from class com.aspose.slides.BaseSlideEx
addNotes, getParent, getPresentation, getShapes, getSlide, getSlideId
 
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 PptEditException
Sets the master slide of a layout.

Parameters:
value - new master slide.
Throws:
PptEditException