|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SlideShowSettings
public final class SlideShowSettings
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 |
---|
public SlideShowSettings(Presentation parent)
Method Detail |
---|
public boolean isManualAdvance()
public void setManualAdvance(boolean value)
value
- true if the slide show advances manually.public boolean isShowWithAnimation()
public void setShowWithAnimation(boolean value)
value
- true if the slide show displays shapes with animation.public boolean isShowWithNarration()
public void setShowWithNarration(boolean value)
value
- true if the slide show is shown with narration.public short getStartingSlide()
public void setStartingSlide(short value)
value
- the first slide to be displayed in the slide show.public short getEndingSlide()
public void setEndingSlide(short value)
value
- the last slide to be displayed in the slide show.public boolean isLoopUntilStopped()
public void setLoopUntilStopped(boolean value)
value
- true if the slide show loops continuously until the user
presses ESC.public boolean isShowScrollbar()
public void setShowScrollbar(boolean value)
value
- true if the scrollbar visible during a slide show in browse
mode.public int getShowType()
SlideShowType
.
public void setShowType(int value)
value
- new slide show type. See SlideShowType
.public int getRangeType()
SlideShowRangeType
.
public void setRangeType(int value)
value
- new slide show range type. See SlideShowRangeType
.public java.awt.Color getPointerColor()
public void setPointerColor(java.awt.Color value)
value
- the color of a pointer for a presentation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |