[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

sndAc (Sound Action)

This element describes the Sound Action for slide transition.

[Example: Consider a slide transition with a sound effect. The <sndAc> element should be used as follows:

<p:transition>

<p:sndAc>

<p:stSnd>

<p:snd r:embed="rId2" r:link="rId3"/>

</p:stSnd>

</p:sndAc>

</p:transition>

End Example]

Parent Elements

transition4.4.1.46)

 

Child Elements

Subclause

endSnd (Stop Sound Action)

§4.6.38

stSnd (Start Sound Action)

§4.6.76

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TransitionSoundAction">

   <choice minOccurs="1" maxOccurs="1">

   <element name="stSnd" type="CT_TransitionStartSoundAction"/>

   <element name="endSnd" type="CT_Empty"/>

   </choice>

</complexType>