sound_name property

sound_name property

Specifies a human readable name for the sound of the transition. The ISlideShowTransition.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