TimeAbsolute class
Time Absolute. When the object is serialized out as xml, its qualified name is p:tmAbs.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Presentation.TimeAbsolute
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
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.