com.aspose.slides
Class BaseSlideEx

java.lang.Object
  extended by com.aspose.slides.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.


Method Summary
 void addNotes()
          Adds empty notes to the 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addNotes

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


getParent

public PresentationEx getParent()
Returns the parent presentation. See PresentationEx.

Returns:

getShapes

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

Returns:

getSlideId

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

Returns:

getPresentation

public PresentationEx getPresentation()

getSlide

public BaseSlideEx getSlide()