TimeNodeList class

Office 2013 and later

Time Node List. When the object is serialized out as xml, its qualified name is p:tnLst.

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]

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.

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: