Freigeben über


TimeTypeListType-Klasse

Defines the TimeTypeListType class.

Vererbungshierarchie

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

'Declaration
<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
'Usage
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

Hinweise

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TimeTypeListType-Member

DocumentFormat.OpenXml.Presentation-Namespace