sound_name property
sound_name property
Specifies a human readable name for the sound of the transition. The SlideShowTransition.sound
property must be assigned to get or set the sound name.
Read-write str.
Remarks
This name appears in the PowerPoint user interface when configuring the transition sound manually.
Definition:
@property
def sound_name(self):
...
@sound_name.setter
def sound_name(self, value):
...
See Also
- class
SlideShowTransition
- module
aspose.slides.slideshow
- library
Aspose.Slides