次の方法で共有


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 初版]

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.

See Also

Reference

Timing Members

DocumentFormat.OpenXml.Presentation Namespace