TimeNodeList class
Time Node List. When the object is serialized out as xml, its qualified name is p:tnLst.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.TimeNodeList
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
tnLst (Time Node List)
This element specifies a list of time node elements used in an animation sequence.
[Example: Consider a simple animation sequence. The <tnLst> element should be used as follows:
<p:timing>
<p:tnLst>
<p:par>
… </p:par>
</p:tnLst>
</p:timing>end example]
Parent Elements |
|---|
timing (§19.3.1.48); tmpl (§19.5.84) |
Child Elements | Subclause |
|---|---|
anim (Animate) | §19.5.1 |
animClr (Animate Color Behavior) | §19.5.2 |
animEffect (Animate Effect) | §19.5.3 |
animMotion (Animate Motion) | §19.5.4 |
animRot (Animate Rotation) | §19.5.5 |
animScale (Animate Scale) | §19.5.6 |
audio (Audio) | §19.5.9 |
cmd (Command) | §19.5.28 |
excl (Exclusive) | §19.5.40 |
par (Parallel Time Node) | §19.5.53 |
seq (Sequence Time Node) | §19.5.65 |
set (Set Time Node Behavior) | §19.5.66 |
video (Video) | §19.5.93 |
[Note: The W3C XML Schema definition of this element’s content model (CT_TimeNodeList) is located in §A.3. end note]
© ISO/IEC29500: 2008.