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. 以上摘要已经由 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.

See Also

Reference

Timing Members

DocumentFormat.OpenXml.Presentation Namespace