Freigeben über


CustomShowReference-Klasse

Custom Show.When the object is serialized out as xml, its qualified name is p:custShow.

Vererbungshierarchie

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

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

Syntax

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

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

19.2.1.5 custShow (Custom Show)

This element specifies a custom show which is an ordered list of a group of slides that are contained within the presentation. The custom show element allows for the specification of a presentation order that is different from the order in which the slides themselves are stored.

[Example: Consider the following custom show list that outlines a couple custom shows for a given set of slides.

<p:custShowLst>
  <p:custShow name="Custom Show 1" id="0">
    <p:sldLst>
      <p:sld r:id="rId4"/>
      <p:sld r:id="rId3"/>
      <p:sld r:id="rId2"/>
      <p:sld r:id="rId5"/>
    </p:sldLst>
  </p:custShow>
  <p:custShow name="Custom Show 2" id="1">
    <p:sldLst>
      <p:sld r:id="rId4"/>
      <p:sld r:id="rId5"/>
    </p:sldLst>
  </p:custShow>
</p:custShowLst>

In the above example there are two custom shows specified. The first specifies to present the slides in the order of 4, 3, 2 then 5 while the second specifies to play only slide 4 then 5. end example]

Parent Elements

showPr (§19.2.1.30)

Attributes

Description

id (Custom Show Identifier)

This attribute specifies the custom show identification number. This is a number given that should be unique within the presentation document.

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

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

CustomShowReference-Member

DocumentFormat.OpenXml.Presentation-Namespace