com.aspose.slides.pptx
Class NotesSlideEx

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

public class NotesSlideEx
extends BaseSlideEx

Represents a notes slide in a presentation.


Method Summary
 ThemeEx getTheme()
          Returns the theme object from master.
 
Methods inherited from class com.aspose.slides.pptx.BaseSlideEx
addNotes, findShapeByAltText, getBackground, getName, getParent, getPresentation, getShapes, getSlide, getSlideId, getSlideShowTransition, getTags, getTimeline, 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 theme object from master.

Specified by:
getTheme in class BaseSlideEx