com.aspose.slides
Class SlideShowSettings

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

public final class SlideShowSettings
extends java.lang.Object

Represents default settings for a presentation's slide show.


Method Summary
 short getEndingSlide()
           Returns or sets the last slide to be displayed in the slide show.
 boolean getLoopUntilStopped()
           Determines whether the slide show loops continuously until the user presses ESC.
 boolean getManualAdvance()
           Determines whether the slide show advances manually.
 java.awt.Color getPointerColor()
           
 int getRangeType()
           Returns or sets the slide show range type.
 boolean getShowScrollbar()
           Determines whether the scrollbar visible during a slide show in browse mode.
 int getShowType()
           Returns or sets the slide show type.
 boolean getShowWithAnimation()
           Determines whether the slide show displays shapes with animation.
 boolean getShowWithNarration()
           Determines whether the slide show is shown with narration.
 short getStartingSlide()
           Returns or sets the first slide to be displayed in the slide show.
 void setEndingSlide(short value)
           
 void setLoopUntilStopped(boolean value)
           
 void setManualAdvance(boolean value)
           
 void setPointerColor(java.awt.Color value)
           
 void setRangeType(int value)
           
 void setShowScrollbar(boolean value)
           
 void setShowType(int value)
           
 void setShowWithAnimation(boolean value)
           
 void setShowWithNarration(boolean value)
           
 void setStartingSlide(short value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManualAdvance

public boolean getManualAdvance()

Determines whether the slide show advances manually. Read/write bool.


setManualAdvance

public void setManualAdvance(boolean value)

getShowWithAnimation

public boolean getShowWithAnimation()

Determines whether the slide show displays shapes with animation. Read/write bool.


setShowWithAnimation

public void setShowWithAnimation(boolean value)

getShowWithNarration

public boolean getShowWithNarration()

Determines whether the slide show is shown with narration. Read/write bool.


setShowWithNarration

public void setShowWithNarration(boolean value)

getStartingSlide

public short getStartingSlide()

Returns or sets the first slide to be displayed in the slide show. Read/write short.


setStartingSlide

public void setStartingSlide(short value)

getEndingSlide

public short getEndingSlide()

Returns or sets the last slide to be displayed in the slide show. Read/write short.


setEndingSlide

public void setEndingSlide(short value)

getLoopUntilStopped

public boolean getLoopUntilStopped()

Determines whether the slide show loops continuously until the user presses ESC. Read/write bool.


setLoopUntilStopped

public void setLoopUntilStopped(boolean value)

getShowScrollbar

public boolean getShowScrollbar()

Determines whether the scrollbar visible during a slide show in browse mode. Read/write bool.


setShowScrollbar

public void setShowScrollbar(boolean value)

getShowType

public int getShowType()

Returns or sets the slide show type. Read/write SlideShowType.


setShowType

public void setShowType(int value)

getRangeType

public int getRangeType()

Returns or sets the slide show range type. Read/write SlideShowRangeType.


setRangeType

public void setRangeType(int value)

getPointerColor

public java.awt.Color getPointerColor()

setPointerColor

public void setPointerColor(java.awt.Color value)