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
声明
Public Class EndSync _
Inherits TimeListConditionalType
用法
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 第 1 个版本]
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. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
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.