EndSync Class

EndSync.When the object is serialized out as xml, its qualified name is p:endSync.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TimeListConditionalType
        DocumentFormat.OpenXml.Presentation.EndSync

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class EndSync _
    Inherits TimeListConditionalType
'Usage
Dim instance As EndSync
public class EndSync : TimeListConditionalType

Remarks

The following table lists the possible child types:

  • TargetElement <p:tgtEl>

  • TimeNode <p:tn>

  • RuntimeNodeTrigger <p:rtn>

[ISO/IEC 29500-1 1st Edition]

19.5.39 endSync (EndSync)

This element is used to synchronizes the stopping of parallel elements in the timing tree. It is used on interactive timeline sequences to specify that the interactive sequence’s duration ends when all of the child timenodes have ended. It is also used to make interactive sequences restart-able (so that the entire interactive sequence can be repeated if the trigger object is clicked on repeatedly).

[Example: Consider a shape with a fill change animation. The <endSync> element should be used as follows:

<p:seq concurrent="1" nextAc="seek">
  <p:cTn>
    <p:stCondLst/>
    <p:endSync evt="end" delay="0">
      <p:rtn val="all"/>
    </p:endSync>
    <p:childTnLst/>
  </p:cTn>
  <p:nextCondLst/>
</p:seq>

end example]

Parent Elements

cTn (§19.5.33)

Child Elements

Subclause

rtn (Runtime Node Trigger Choice)

§19.5.64

tgtEl (Target Element)

§19.5.81

tn (Time Node)

§19.5.86

Attributes

Description

delay (Trigger Delay)

This attribute describes the delay after an animation is triggered.

The possible values for this attribute are defined by the ST_TLTime simple type (§19.7.38).

evt (Trigger Event)

This attribute describes the event that triggers an animation.

The possible values for this attribute are defined by the ST_TLTriggerEvent simple type (§19.7.48).

[Note: The W3C XML Schema definition of this element’s content model (CT_TLTimeCondition) is located in §A.3. end note]

© ISO/IEC29500: 2008.

Thread Safety

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

See Also

Reference

EndSync Members

DocumentFormat.OpenXml.Presentation Namespace