Position
(number) The position to navigate to in the object. Choose from one of the following values:
CONSTANT |
VALUE DESCRIPTION |
|
SLIDESHOW_FIRST |
0 |
Navigate to the first slide. |
SLIDESHOW_LAST |
1 |
Navigate to the last slide. |
SLIDESHOW_NEXT |
2 |
Navigate to the next slide. |
SLIDESHOW_PREV |
3 |
Navigate to the previous slide. |
SLIDESHOW_RANDOM |
4 |
Navigate to a random slide. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
SlideShow.Pause
OverviewExamples
SlideShow.Pause ( string ObjectName )
De s cr ip t ion
Pauses a slideshow object.
P arame t er s
ObjectName
(string) The name of the slideshow object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
SlideShow.Play
OverviewExamples
SlideShow.Play ( string ObjectName )
De s cr ip t ion
Plays a slideshow object.
P arame t er s
ObjectName
(string) The name of the slideshow object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
SlideShow.SetEnabled
OverviewExamples
SlideShow.SetEnabled ( string ObjectName,
boolean Enabled = true )
De s cr ip t ion
Sets the enabled/disabled state of a slideshow object.
P arame t er s
ObjectName
(string) The name of the slideshow object.