EndSync class

Office 2013 and later

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

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

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

[ISO/IEC 29500-1 1st Edition]

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.

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: