ChildTimeNodeList Class
Children Time Node List.When the object is serialized out as xml, its qualified name is p:childTnLst.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.TimeTypeListType
DocumentFormat.OpenXml.Presentation.ChildTimeNodeList
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Class ChildTimeNodeList _
Inherits TimeTypeListType
用法
Dim instance As ChildTimeNodeList
public class ChildTimeNodeList : TimeTypeListType
Remarks
The following table lists the possible child types:
ParallelTimeNode <p:par>
SequenceTimeNode <p:seq>
ExclusiveTimeNode <p:excl>
Animate <p:anim>
AnimateColor <p:animClr>
AnimateEffect <p:animEffect>
AnimateMotion <p:animMotion>
AnimateRotation <p:animRot>
AnimateScale <p:animScale>
Command <p:cmd>
SetBehavior <p:set>
Audio <p:audio>
Video <p:video>
[ISO/IEC 29500-1 第 1 个版本]
19.5.25 childTnLst (Children Time Node List)
This element describes the list of time nodes that have a fixed location in the timing tree based on their parent time node. The children's start time is defined relative to their parent time node's start.
Parent Elements |
---|
cTn (§19.5.33) |
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.