Share via


ShowProperties.ShowNarration Property

Show Narration in Slide Show.Represents the attribte in schema: showNarration

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showNarration")> _
Public Property ShowNarration As BooleanValue
    Get
    Set
'Usage
Dim instance As ShowProperties
Dim value As BooleanValue

value = instance.ShowNarration

instance.ShowNarration = value
[SchemaAttrAttribute(, "showNarration")]
public BooleanValue ShowNarration { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

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.

See Also

Reference

ShowProperties Class

ShowProperties Members

DocumentFormat.OpenXml.Presentation Namespace