Freigeben über


OutlineViewSlideListEntry-Klasse

Presentation Slide.When the object is serialized out as xml, its qualified name is p:sld.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry

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

Syntax

'Declaration
Public Class OutlineViewSlideListEntry _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As OutlineViewSlideListEntry
public class OutlineViewSlideListEntry : OpenXmlLeafElement

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

19.2.2.14 sld (Presentation Slide)

This element specifies a presentation slide and properties specific to the slide's appearance in outline view.

[Example: Consider the following presentation slide that has been collapsed in outline view.

<p:viewPr xmlns:a="" xmlns:r="" xmlns:p="" lastView="outlineView">
  …
  <p:outlineViewPr>
    …
    <p:sldLst>
      <p:sld r:id="rId1" collapse="1"/>
    </p:sldLst>
    …
  </p:outlineViewPr>
  …
</p:viewPr>

end example]

Parent Elements

sldLst (§19.2.2.15)

Attributes

Description

collapse (Collapsed)

Specifies whether this presentation slide is to be shown as collapsed within outline view. That is, all text other than the slide title is not shown to the user.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

id (Relationship Identifier)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location of this presentation slide within a presentation.

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

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

OutlineViewSlideListEntry-Member

DocumentFormat.OpenXml.Presentation-Namespace