ShowEventRecordList class

Office 2013 and later

Defines the ShowEventRecordList Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:showEvtLst.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList

Namespace:  DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.34 showEvtLst

Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main

A CT_ShowEventRecordList element (section 2.5.31) that specifies a list of slide show events that occur during slide show. See section 2.2.6 for how this element integrates with [ISO/IEC-29500:2008].

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="showEvtLst" type="CT_ShowEventRecordList"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.31 CT_ShowEventRecordList

Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main

Referenced by: showEvtLst

A complex type that specifies a list of slide show events that occurs during slide show.

Child Elements:

triggerEvt: A CT_TriggerEventRecord element (section 2.5.27) that specifies a triggered animation event.

playEvt: A CT_MediaPlaybackEventRecord element (section 2.5.29) that specifies an event targeting a media object that starts playback.

stopEvt: A CT_MediaPlaybackEventRecord element (section 2.5.29) that specifies an event targeting a media object that stops playback.

pauseEvt: A CT_MediaPlaybackEventRecord element (section 2.5.29) that specifies an event targeting a media object that pauses playback.

resumeEvt: A CT_MediaPlaybackEventRecord element (section 2.5.29) that specifies an event targeting a media object that assumes playback.

seekEvt: A CT_MediaSeekEventRecord element (section 2.5.30) that specifies an event targeting a media object that seeks to a specified time in the media stream.

nullEvt: A CT_NullEventRecord element (section 2.5.28) that specifies an unknown event.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_ShowEventRecordList">

<xsd:sequence>

<xsd:choice minOccurs="0" maxOccurs="unbounded">

<xsd:element name="triggerEvt" type="CT_TriggerEventRecord"/>

<xsd:element name="playEvt" type="CT_MediaPlaybackEventRecord"/>

<xsd:element name="stopEvt" type="CT_MediaPlaybackEventRecord"/>

<xsd:element name="pauseEvt" type="CT_MediaPlaybackEventRecord"/>

<xsd:element name="resumeEvt" type="CT_MediaPlaybackEventRecord"/>

<xsd:element name="seekEvt" type="CT_MediaSeekEventRecord"/>

<xsd:element name="nullEvt" type="CT_NullEventRecord"/>

</xsd:choice>

</xsd:sequence>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: