Freigeben über


ShowProperties-Klasse

Presentation-wide Show Properties.When the object is serialized out as xml, its qualified name is p:showPr.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(KioskSlideMode))> _
<ChildElementInfoAttribute(GetType(SlideAll))> _
<ChildElementInfoAttribute(GetType(PresenterSlideMode))> _
<ChildElementInfoAttribute(GetType(BrowseSlideMode))> _
<ChildElementInfoAttribute(GetType(CustomShowReference))> _
<ChildElementInfoAttribute(GetType(ShowPropertiesExtensionList))> _
<ChildElementInfoAttribute(GetType(SlideRange))> _
<ChildElementInfoAttribute(GetType(PenColor))> _
Public Class ShowProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ShowProperties
[ChildElementInfoAttribute(typeof(KioskSlideMode))]
[ChildElementInfoAttribute(typeof(SlideAll))]
[ChildElementInfoAttribute(typeof(PresenterSlideMode))]
[ChildElementInfoAttribute(typeof(BrowseSlideMode))]
[ChildElementInfoAttribute(typeof(CustomShowReference))]
[ChildElementInfoAttribute(typeof(ShowPropertiesExtensionList))]
[ChildElementInfoAttribute(typeof(SlideRange))]
[ChildElementInfoAttribute(typeof(PenColor))]
public class ShowProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • PresenterSlideMode <p:present>

  • BrowseSlideMode <p:browse>

  • KioskSlideMode <p:kiosk>

  • SlideAll <p:sldAll>

  • SlideRange <p:sldRg>

  • CustomShowReference <p:custShow>

  • PenColor <p:penClr>

  • ShowPropertiesExtensionList <p:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

19.2.1.30 showPr (Presentation-wide Show Properties)

This element functions as a parent element within which all presentation-wide show properties are contained. All properties and their corresponding settings are defined within the child elements.

Parent Elements

presentationPr (§19.2.1.27)

Child Elements

Subclause

browse (Browse Slide Show Mode)

§19.2.1.3

custShow (Custom Show)

§19.2.1.5

extLst (Extension List)

§19.2.1.12

kiosk (Kiosk Slide Show Mode)

§19.2.1.18

penClr (Pen Color for Slide Show)

§19.2.1.23

present (Presenter Slide Show Mode)

§19.2.1.25

sldAll (All Slides)

§19.2.1.32

sldRg (Slide Range)

§19.2.1.38

Attributes

Description

loop (Loop Slide Show)

Specifies whether the slide show should be set to loop at the end.

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

showAnimation (Show Animation in Slide Show)

Specifies whether slide show animation should be shown when presenting.

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

showNarration (Show Narration in Slide Show)

Specifies whether slide show narration should be played when presenting.

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

useTimings (Use Timings in Slide Show)

Specifies whether slide transition timings should be used to advance slides when presenting.

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

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

ShowProperties-Member

DocumentFormat.OpenXml.Presentation-Namespace