SubTimeNodeList Class
Sub-TimeNodes List.When the object is serialized out as xml, its qualified name is p:subTnLst.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.TimeTypeListType
DocumentFormat.OpenXml.Presentation.SubTimeNodeList
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Class SubTimeNodeList _
Inherits TimeTypeListType
用法
Dim instance As SubTimeNodeList
public class SubTimeNodeList : 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.78 subTnLst (Sub-TimeNodes List)
This element describes time nodes that have a start time which is not based on the containing timenode. It is instead based on their master relationship (masterRel). At runtime, they are inserted dynamically into the timing tree as child timenodes for playback, based on the logic defined by the master relationship. These elements are used for animations such as "dim after" and "play sound effects"
[Example: Consider an animation with a "Fly In" effect on paragraphs so that each paragraph flies in on a separate click. Then the "Dim After" effect for paragraph 1 doe not happen until paragraph 2 flies in. The <subTnLst> element should be used as follows:
<p:par>
<p:cTn id="5" grpId="0" nodeType="clickEffect">
<p:stCondLst> … </p:stCondLst>
<p:childTnLst> … </p:childTnLst>
<p:subTnLst>
<p:set>
<p:cBhvr override="childStyle">
<p:cTn fill="hold" masterRel="nextClick" afterEffect="1"/>
<p:tgtEl> … </p:tgtEl>
<p:attrNameLst> … </p:attrNameLst>
</p:cBhvr>
<p:to> … </p:to>
</p:set>
</p:subTnLst>
</p:cTn>
</p:par>
end example]
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.