com.aspose.slides.pptx
Class MasterHandoutSlideEx

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

public class MasterHandoutSlideEx
extends BaseSlideEx

Represents master slide for handouts.


Method Summary
 ThemeEx getTheme()
          Returns the slide's theme.
 
Methods inherited from class com.aspose.slides.pptx.BaseSlideEx
addNotes, findShapeByAltText, getBackground, getName, getParent, getPresentation, getShapes, getSlide, getSlideDocument, getSlideId, getSlideShowTransition, getTags, getTimeline, ppt2003AfterLoad, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTheme

public ThemeEx getTheme()
Returns the slide's theme.

Specified by:
getTheme in class BaseSlideEx