TriggerEventRecord class
Defines the TriggerEventRecord Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is p14:triggerEvt.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.27 CT_TriggerEventRecord
Target namespace: http://schemas.microsoft.com/office/powerpoint/2010/main
Referenced by: CT_ShowEventRecordList
A complex type that specifies a triggered event that occurs during slide show.
Attributes:
type: A p:ST_TLTriggerEvent attribute ([ISO/IEC-29500-4] section A.3) that specifies the type of the triggered event.
time: An ST_UniversalTimeOffset attribute (section 2.6.1) that specifies the time that the event occurs. The value is relative to the beginning of the slide timeline, which does not include slide transition time.
objId: An a:ST_DrawingElementId attribute ([ISO/IEC-29500-4] section A.4.1) that specifies the identifier of the shape object on the slide that is the target of this event.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_TriggerEventRecord">
<xsd:attribute name="type" type="p:ST_TLTriggerEvent" use="required"/>
<xsd:attribute name="time" type="ST_UniversalTimeOffset" use="required"/>
<xsd:attribute name="objId" type="a:ST_DrawingElementId" use="required"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).