com.aspose.slides.pptx
Class NotesSlideEx

java.lang.Object
  extended by com.aspose.slides.pptx.BaseSlideEx
      extended by com.aspose.slides.pptx.NotesSlideEx

public class NotesSlideEx
extends BaseSlideEx

Represents a notes slide in a presentation.


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