次の方法で共有


TimeNodeList Class

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

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(ParallelTimeNode))> _
Public Class TimeNodeList _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As TimeNodeList
[ChildElementInfoAttribute(typeof(ParallelTimeNode))]
public class TimeNodeList : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ParallelTimeNode <p:par>

[ISO/IEC 29500-1 初版]

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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、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.

See Also

Reference

TimeNodeList Members

DocumentFormat.OpenXml.Presentation Namespace