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 第 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. 以上摘要已经由 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.