|
||||||||
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.
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 |
---|
public boolean getManualAdvance()
Determines whether the slide show advances manually. Read/write bool
.
public void setManualAdvance(boolean value)
public boolean getShowWithAnimation()
Determines whether the slide show displays shapes with animation. Read/write bool
.
public void setShowWithAnimation(boolean value)
public boolean getShowWithNarration()
Determines whether the slide show is shown with narration.
Read/write bool
.
public void setShowWithNarration(boolean value)
public short getStartingSlide()
Returns or sets the first slide to be displayed in the slide show.
Read/write short
.
public void setStartingSlide(short value)
public short getEndingSlide()
Returns or sets the last slide to be displayed in the slide show.
Read/write short
.
public void setEndingSlide(short value)
public boolean getLoopUntilStopped()
Determines whether the slide show loops continuously until the user presses ESC.
Read/write bool
.
public void setLoopUntilStopped(boolean value)
public boolean getShowScrollbar()
Determines whether the scrollbar visible during a slide show in browse mode.
Read/write bool
.
public void setShowScrollbar(boolean value)
public int getShowType()
Returns or sets the slide show type.
Read/write SlideShowType
.
public void setShowType(int value)
public int getRangeType()
Returns or sets the slide show range type.
Read/write SlideShowRangeType
.
public void setRangeType(int value)
public java.awt.Color getPointerColor()
public void setPointerColor(java.awt.Color value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |