Freigeben über


TemplateList-Klasse

Template effects.When the object is serialized out as xml, its qualified name is p:tmplLst.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.TemplateList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Template))> _
Public Class TemplateList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TemplateList
[ChildElementInfoAttribute(typeof(Template))]
public class TemplateList : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Template <p:tmpl>

[ISO/IEC 29500-1 1. Ausgabe]

19.5.85 tmplLst (Template effects)

This element describes a list of template effects that describe what kind of effects should be applied to a paragraph level properties.

[Example: Consider a template with a fade in effect applied to it. The <tmpl> element should be used as follows:

<p:timing>
  <p:tnLst> … </p:tnLst>
  <p:bldLst>
    <p:bldP spid="3" grpId="0" build="p">
      <p:tmplLst>
        <p:tmpl lvl="1">
        </p:tmpl>
      </p:tmplLst>
    </p:bldP>
  </p:bldLst>
</p:timing>

end example]

Parent Elements

bldP (§19.5.16)

Child Elements

Subclause

tmpl (Template Effects)

§19.5.84

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

TemplateList-Member

DocumentFormat.OpenXml.Presentation-Namespace