com.aspose.slides.pptx
Class SlideEx

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

public final class SlideEx
extends BaseSlideEx

Represents a slide in a presentation.


Method Summary
 LayoutSlideEx getLayoutSlide()
          Returns the layout slide for the current slide.
 NotesSlideEx getNotesSlide()
          Returns the notes slide for the current slide.
 ThemeEx getTheme()
           
 void setLayoutSlide(LayoutSlideEx value)
          Sets the layout slide for the current slide.
 
Methods inherited from class com.aspose.slides.pptx.BaseSlideEx
addNotes, getParent, getPresentation, getShapes, getSlide, getSlideId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTheme

public ThemeEx getTheme()
Specified by:
getTheme in class BaseSlideEx

getLayoutSlide

public LayoutSlideEx getLayoutSlide()
Returns the layout slide for the current slide.

Returns:
See LayoutSlideEx.

setLayoutSlide

public void setLayoutSlide(LayoutSlideEx value)
Sets the layout slide for the current slide.

Parameters:
value - See LayoutSlideEx.

getNotesSlide

public NotesSlideEx getNotesSlide()
Returns the notes slide for the current slide.

Returns:
See NotesSlideEx.