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 第 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. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,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.