Share via


HyperlinkType.EndSound Property

Definition

Whether to stop previous sound when click on it

Represents the following attribute in the schema: endSnd

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

Property Value

Returns BooleanValue.

Attributes

Applies to