SlideShowTransition
SlideShowTransition class
Represents slide show transition.
equals
Name | Description |
---|---|
equals (Object) | Determines whether the two SlideShowTransition instances are equal. Read/write boolean. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | The SlideShowTransition to compare with the current SlideShowTransition. |
Returns: boolean
getAdvanceAfter
Name | Description |
---|---|
getAdvanceAfter () | This attribute specifies if the slideshow will move to the next slide after a certain time. Read/write boolean. |
Returns: boolean
getAdvanceAfterTime
Name | Description |
---|---|
getAdvanceAfterTime () | Specifies the time, in milliseconds, after which the transition should start. This setting may be used in conjunction with the advClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur. Read/write long. |
Returns: long
getAdvanceOnClick
Name | Description |
---|---|
getAdvanceOnClick () | Specifies whether a mouse click will advance the slide or not. If this attribute is not specified then a value of true is assumed. Read/write boolean. |
Returns: boolean
getSound
Name | Description |
---|---|
getSound () | Returns or sets the embedded audio data. Read/write IAudio. |
Returns: Audio
getSoundIsBuiltIn
Name | Description |
---|---|
getSoundIsBuiltIn () | Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in it’s list of built-in sounds and can then surface a custom name or UI as needed. Read-write boolean. |
Returns: boolean
getSoundLoop
Name | Description |
---|---|
getSoundLoop () | This attribute specifies if the sound will loop until the next sound event occurs in slideshow. Read/write boolean. |
Returns: boolean
getSoundMode
Name | Description |
---|---|
getSoundMode () | Set or returns sound mode for slide transition. Read/write TransitionSoundMode. |
Returns: int
getSoundName
Name | Description |
---|---|
getSoundName () | Specifies a human readable name for the sound of the transition. The Sound( #getSound/ #setSound(IAudio)) property must be assigned to get or set the sound name. Read-write String. |
Returns: String
Exception
Error | Condition |
---|---|
PptxException | When {@code Sound}( #getSound/ #setSound(IAudio)) property is not assigned. This name appears in the PowerPoint user interface when configuring the transition sound manually. |
getSpeed
Name | Description |
---|---|
getSpeed () | Specifies the transition speed that is to be used when transitioning from the current slide to the next. Read/write TransitionSpeed. |
Returns: int
getType
Name | Description |
---|---|
getType () | Type of transition. Read/write TransitionType. |
Returns: int
getValue
Name | Description |
---|---|
getValue () | Slide show transition value. Read-only ITransitionValueBase. |
Returns: OrientationTransition, OptionalBlackTransition, FlyThroughTransition, LeftRightDirectionTransition, EightDirectionTransition, TransitionValueBase, EmptyTransition, RippleTransition, WheelTransition, RevealTransition, MorphTransition, SplitTransition, InOutTransition, GlitterTransition, SideDirectionTransition, ShredTransition, CornerDirectionTransition
hashCode
Name | Description |
---|---|
hashCode () | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Returns: int
setAdvanceAfter
Name | Description |
---|---|
setAdvanceAfter (boolean) | This attribute specifies if the slideshow will move to the next slide after a certain time. Read/write boolean. |
Returns: void
setAdvanceAfterTime
Name | Description |
---|---|
setAdvanceAfterTime (long) | Specifies the time, in milliseconds, after which the transition should start. This setting may be used in conjunction with the advClick attribute. If this attribute is not specified then it is assumed that no auto-advance will occur. Read/write long. |
Returns: void
setAdvanceOnClick
Name | Description |
---|---|
setAdvanceOnClick (boolean) | Specifies whether a mouse click will advance the slide or not. If this attribute is not specified then a value of true is assumed. Read/write boolean. |
Returns: void
setSound
Name | Description |
---|---|
setSound (Audio) | Returns or sets the embedded audio data. Read/write IAudio. |
Returns: void
setSoundIsBuiltIn
Name | Description |
---|---|
setSoundIsBuiltIn (boolean) | Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in it’s list of built-in sounds and can then surface a custom name or UI as needed. Read-write boolean. |
Returns: void
setSoundLoop
Name | Description |
---|---|
setSoundLoop (boolean) | This attribute specifies if the sound will loop until the next sound event occurs in slideshow. Read/write boolean. |
Returns: void
setSoundMode
Name | Description |
---|---|
setSoundMode (int) | Set or returns sound mode for slide transition. Read/write TransitionSoundMode. |
Returns: void
setSoundName
Name | Description |
---|---|
setSoundName (String) | Specifies a human readable name for the sound of the transition. The Sound( #getSound/ #setSound(IAudio)) property must be assigned to get or set the sound name. Read-write String. |
Returns: void
Exception
Error | Condition |
---|---|
PptxException | When {@code Sound}( #getSound/ #setSound(IAudio)) property is not assigned. This name appears in the PowerPoint user interface when configuring the transition sound manually. |
setSpeed
Name | Description |
---|---|
setSpeed (int) | Specifies the transition speed that is to be used when transitioning from the current slide to the next. Read/write TransitionSpeed. |
Returns: void
setType
Name | Description |
---|---|
setType (int) | Type of transition. Read/write TransitionType. |
Returns: void