Freigeben über


TimeAbsolute-Klasse

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

Vererbungshierarchie

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TimeAbsolute-Member

DocumentFormat.OpenXml.Presentation-Namespace