Freigeben über


SlideLayoutId-Klasse

Slide Layout Id.When the object is serialized out as xml, its qualified name is p:sldLayoutId.

Vererbungshierarchie

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • ExtensionList <p:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

19.3.1.40 sldLayoutId (Slide Layout Id)

This element specifies the relationship information for each slide layout that is used within the slide master. The slide master has relationship identifiers that it uses internally for determining the slide layouts that should be used. Then, to resolve what these slide layouts should be the sldLayoutId elements in the sldLayoutIdLst are utilized.

Parent Elements

sldLayoutIdLst (§19.3.1.41)

Child Elements

Subclause

extLst (Extension List)

§19.2.1.12

Attributes

Description

id (ID Tag)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship id value that the generating application can use to resolve which slide layout is used in the creation of the slide. This relationship id is used within the relationship file for the master slide to expose the location of the corresponding layout file within the presentation.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

id (ID Tag)

Specifies the identification number that uniquely identifies this slide layout within the presentation file.

The possible values for this attribute are defined by the ST_SlideLayoutId simple type (§19.7.14).

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

SlideLayoutId-Member

DocumentFormat.OpenXml.Presentation-Namespace