TimeTypeListType Class
Defines the TimeTypeListType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.TimeTypeListType
DocumentFormat.OpenXml.Presentation.ChildTimeNodeList
DocumentFormat.OpenXml.Presentation.SubTimeNodeList
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(ExclusiveTimeNode))> _
<ChildElementInfoAttribute(GetType(AnimateEffect))> _
<ChildElementInfoAttribute(GetType(AnimateMotion))> _
<ChildElementInfoAttribute(GetType(ParallelTimeNode))> _
<ChildElementInfoAttribute(GetType(SequenceTimeNode))> _
<ChildElementInfoAttribute(GetType(Animate))> _
<ChildElementInfoAttribute(GetType(AnimateColor))> _
<ChildElementInfoAttribute(GetType(AnimateRotation))> _
<ChildElementInfoAttribute(GetType(AnimateScale))> _
<ChildElementInfoAttribute(GetType(Command))> _
<ChildElementInfoAttribute(GetType(SetBehavior))> _
<ChildElementInfoAttribute(GetType(Audio))> _
<ChildElementInfoAttribute(GetType(Video))> _
Public MustInherit Class TimeTypeListType _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As TimeTypeListType
[ChildElementInfoAttribute(typeof(ExclusiveTimeNode))]
[ChildElementInfoAttribute(typeof(AnimateEffect))]
[ChildElementInfoAttribute(typeof(AnimateMotion))]
[ChildElementInfoAttribute(typeof(ParallelTimeNode))]
[ChildElementInfoAttribute(typeof(SequenceTimeNode))]
[ChildElementInfoAttribute(typeof(Animate))]
[ChildElementInfoAttribute(typeof(AnimateColor))]
[ChildElementInfoAttribute(typeof(AnimateRotation))]
[ChildElementInfoAttribute(typeof(AnimateScale))]
[ChildElementInfoAttribute(typeof(Command))]
[ChildElementInfoAttribute(typeof(SetBehavior))]
[ChildElementInfoAttribute(typeof(Audio))]
[ChildElementInfoAttribute(typeof(Video))]
public abstract class TimeTypeListType : OpenXmlCompositeElement
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>
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.