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

'Declaration
Public Class TimeAbsolute _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As TimeAbsolute
public class TimeAbsolute : OpenXmlLeafElement

Remarks

[ISO/IEC 29500-1 1st Edition]

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.

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