Share via


TimeAbsolute Class

Time Absolute.When the object is serialized out as xml, its qualified name is p:tmAbs.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Presentation.TimeAbsolute

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Class TimeAbsolute _
    Inherits OpenXmlLeafElement
'使用
Dim instance As TimeAbsolute
public class TimeAbsolute : OpenXmlLeafElement

Remarks

[ISO/IEC 29500-1 初版]

19.5.82 tmAbs (Time Absolute)

This element describes the duration of the iteration interval in absolute time.

[Example: Consider a text animation where the words appear letter by letter every 10 seconds. The <tmAbs> element should be used as follows:

<p:par>
  <p:cTn id="5" >
    <p:stCondLst> … </p:stCondLst>
    <p:iterate type="lt">
      <p:tmAbs val="10000"/>
    </p:iterate>
    <p:childTnLst> … </p:childTnLst>
  </p:cTn>
</p:par>

end example]

Parent Elements

iterate (§19.5.49)

Attributes

Description

val (Time)

This attribute describes an amount of time, in milliseconds.

The possible values for this attribute are defined by the ST_TLTime simple type (§19.7.38).

[Note: The W3C XML Schema definition of this element's content model (CT_TLIterateIntervalTime) 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

TimeAbsolute Members

DocumentFormat.OpenXml.Presentation Namespace