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.


Constructor Summary
SlideShowSettings(Presentation parent)
           
 
Method Summary
 short getEndingSlide()
          Returns the last slide to be displayed in the slide show.
 java.awt.Color getPointerColor()
          Returns the color of a pointer for a presentation.
 int getRangeType()
          Returns the slide show range type.
 int getShowType()
          Returns the slide show type.
 short getStartingSlide()
          Returns the first slide to be displayed in the slide show.
 boolean isLoopUntilStopped()
          Determines whether the slide show loops continuously until the user presses ESC.
 boolean isManualAdvance()
          Determines whether the slide show advances manually.
 boolean isShowScrollbar()
          Determines whether the scrollbar visible during a slide show in browse mode.
 boolean isShowWithAnimation()
          Determines whether the slide show displays shapes with animation.
 boolean isShowWithNarration()
          Determines whether the slide show is shown with narration.
 void setEndingSlide(short value)
          Sets the last slide to be displayed in the slide show.
 void setLoopUntilStopped(boolean value)
          Sets whether the slide show loops continuously until the user presses ESC.
 void setManualAdvance(boolean value)
          Sets whether the slide show advances manually.
 void setPointerColor(java.awt.Color value)
          Sets the color of a pointer for a presentation.
 void setRangeType(int value)
          Sets the slide show range type.
 void setShowScrollbar(boolean value)
          Sets whether the scrollbar visible during a slide show in browse mode.
 void setShowType(int value)
          Sets the slide show type.
 void setShowWithAnimation(boolean value)
          Sets whether the slide show displays shapes with animation.
 void setShowWithNarration(boolean value)
          Sets whether the slide show is shown with narration.
 void setStartingSlide(short value)
          Sets the first slide to be displayed in the slide show.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideShowSettings

public SlideShowSettings(Presentation parent)
Method Detail

isManualAdvance

public boolean isManualAdvance()
Determines whether the slide show advances manually.

Returns:
true if the slide show advances manually.

setManualAdvance

public void setManualAdvance(boolean value)
Sets whether the slide show advances manually.

Parameters:
value - true if the slide show advances manually.

isShowWithAnimation

public boolean isShowWithAnimation()
Determines whether the slide show displays shapes with animation.

Returns:
true if the slide show displays shapes with animation.

setShowWithAnimation

public void setShowWithAnimation(boolean value)
Sets whether the slide show displays shapes with animation.

Parameters:
value - true if the slide show displays shapes with animation.

isShowWithNarration

public boolean isShowWithNarration()
Determines whether the slide show is shown with narration.

Returns:
true if the slide show is shown with narration.

setShowWithNarration

public void setShowWithNarration(boolean value)
Sets whether the slide show is shown with narration.

Parameters:
value - true if the slide show is shown with narration.

getStartingSlide

public short getStartingSlide()
Returns the first slide to be displayed in the slide show.

Returns:
the first slide to be displayed in the slide show.

setStartingSlide

public void setStartingSlide(short value)
Sets the first slide to be displayed in the slide show.

Parameters:
value - the first slide to be displayed in the slide show.

getEndingSlide

public short getEndingSlide()
Returns the last slide to be displayed in the slide show.

Returns:
the last slide to be displayed in the slide show.

setEndingSlide

public void setEndingSlide(short value)
Sets the last slide to be displayed in the slide show.

Parameters:
value - the last slide to be displayed in the slide show.

isLoopUntilStopped

public boolean isLoopUntilStopped()
Determines whether the slide show loops continuously until the user presses ESC.

Returns:
true if the slide show loops continuously until the user presses ESC.

setLoopUntilStopped

public void setLoopUntilStopped(boolean value)
Sets whether the slide show loops continuously until the user presses ESC.

Parameters:
value - true if the slide show loops continuously until the user presses ESC.

isShowScrollbar

public boolean isShowScrollbar()
Determines whether the scrollbar visible during a slide show in browse mode.

Returns:
true if the scrollbar visible during a slide show in browse mode.

setShowScrollbar

public void setShowScrollbar(boolean value)
Sets whether the scrollbar visible during a slide show in browse mode.

Parameters:
value - true if the scrollbar visible during a slide show in browse mode.

getShowType

public int getShowType()
Returns the slide show type. See SlideShowType.


setShowType

public void setShowType(int value)
Sets the slide show type.

Parameters:
value - new slide show type. See SlideShowType.

getRangeType

public int getRangeType()
Returns the slide show range type. See SlideShowRangeType.


setRangeType

public void setRangeType(int value)
Sets the slide show range type.

Parameters:
value - new slide show range type. See SlideShowRangeType.

getPointerColor

public java.awt.Color getPointerColor()
Returns the color of a pointer for a presentation.

Returns:
the color of a pointer for a presentation.

setPointerColor

public void setPointerColor(java.awt.Color value)
Sets the color of a pointer for a presentation.

Parameters:
value - the color of a pointer for a presentation.