共用方式為


ShowProperties.ShowNarration Property

Definition

Show Narration in Slide Show

Represents the following attribute in the schema: showNarration

[DocumentFormat.OpenXml.SchemaAttr(0, "showNarration")]
public DocumentFormat.OpenXml.BooleanValue ShowNarration { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowNarration { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showNarration")]
public DocumentFormat.OpenXml.BooleanValue? ShowNarration { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showNarration")]
public DocumentFormat.OpenXml.BooleanValue? ShowNarration { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowNarration { get; set; }
member this.ShowNarration : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showNarration")>]
member this.ShowNarration : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showNarration")>]
member this.ShowNarration : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowNarration As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies whether slide show narration should be played when presenting.

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

Applies to