com.aspose.slides.pptx
Class BaseSlideEx

java.lang.Object
  extended by com.aspose.slides.pptx.BaseSlideEx
Direct Known Subclasses:
LayoutSlideEx, MasterHandoutSlideEx, MasterNotesSlideEx, MasterSlideEx, NotesSlideEx, SlideEx

public abstract class BaseSlideEx
extends java.lang.Object

Represents common data for all slide types.


Field Summary
 PresentationEx m_parent
           
 SlideDocument m_slideDoc
           
 
Method Summary
 void addNotes()
          Adds empty notes to the slide.
 BackgroundEx getBackground()
          Returns the background of a slide.
 PresentationEx getParent()
          Returns the parent presentation.
 PresentationEx getPresentation()
           
 ShapesEx getShapes()
          Returns the shapes of a slide.
 BaseSlideEx getSlide()
           
 long getSlideId()
          Returns the ID of a slide.
 SlideShowTransitionEx getSlideShowTransition()
           
 TagsEx getTags()
          Returns the slide's tags collection.
abstract  ThemeEx getTheme()
          Returns a theme for this slide
 AnimTimeLineEx getTimeline()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_parent

public PresentationEx m_parent

m_slideDoc

public SlideDocument m_slideDoc
Method Detail

addNotes

public void addNotes()
Adds empty notes to the slide.


getParent

public PresentationEx getParent()
Returns the parent presentation.


getShapes

public ShapesEx getShapes()
Returns the shapes of a slide.


getSlideId

public long getSlideId()
Returns the ID of a slide.


getTheme

public abstract ThemeEx getTheme()
Returns a theme for this slide


getTags

public TagsEx getTags()
Returns the slide's tags collection.


getTimeline

public AnimTimeLineEx getTimeline()

getSlideShowTransition

public SlideShowTransitionEx getSlideShowTransition()

getBackground

public BackgroundEx getBackground()
Returns the background of a slide.


getPresentation

public PresentationEx getPresentation()

getSlide

public BaseSlideEx getSlide()