Timing Class
Slide Timing Information for a Slide Layout.When the object is serialized out as xml, its qualified name is p:timing.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.Timing
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(BuildList))> _
<ChildElementInfoAttribute(GetType(TimeNodeList))> _
<ChildElementInfoAttribute(GetType(ExtensionListWithModification))> _
Public Class Timing _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As Timing
[ChildElementInfoAttribute(typeof(BuildList))]
[ChildElementInfoAttribute(typeof(TimeNodeList))]
[ChildElementInfoAttribute(typeof(ExtensionListWithModification))]
public class Timing : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
TimeNodeList <p:tnLst>
BuildList <p:bldLst>
ExtensionListWithModification <p:extLst>
[ISO/IEC 29500-1 редакция 1]
19.3.1.48 timing (Slide Timing Information for a Slide Layout)
This element specifies the timing information for handling all animations and timed events within the corresponding slide. This information is tracked via time nodes within the timing element. More information on the specifics of these time nodes and how they are to be defined can be found within the Animation section of the PresentationML framework.
Parent Elements |
---|
sld (§19.3.1.38); sldLayout (§19.3.1.39); sldMaster (§19.3.1.42) |
Child Elements |
Subclause |
---|---|
bldLst (Build List) |
§19.5.14 |
extLst (Extension List with Modification Flag) |
§19.3.1.20 |
tnLst (Time Node List) |
§19.5.87 |
[Note: The W3C XML Schema definition of this element's content model (CT_SlideTiming) is located in §A.3. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и 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.