com.aspose.slides
Class NamedSlideShow

java.lang.Object
  extended by com.aspose.slides.NamedSlideShow

public final class NamedSlideShow
extends java.lang.Object

Represents a named slide show.


Method Summary
 java.lang.String getName()
           Returns a name of slide show.
 SlideIdCollection getSlideIds()
           Returns a collection of slide identifiers in order, they will be shown on slideshow playback.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Returns a name of slide show. Readonly string.


getSlideIds

public SlideIdCollection getSlideIds()

Returns a collection of slide identifiers in order, they will be shown on slideshow playback. Readonly SlideIdCollection.