Freigeben über


TimeNodeList-Klasse

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

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TimeNodeList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ParallelTimeNode))> _
Public Class TimeNodeList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TimeNodeList
[ChildElementInfoAttribute(typeof(ParallelTimeNode))]
public class TimeNodeList : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • ParallelTimeNode <p:par>

[ISO/IEC 29500-1 1. Ausgabe]

19.5.87 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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TimeNodeList-Member

DocumentFormat.OpenXml.Presentation-Namespace