Share via


StartSoundAction.Loop Property

Definition

Loop Sound

Represents the following attribute in the schema: loop

[DocumentFormat.OpenXml.SchemaAttr(0, "loop")]
public DocumentFormat.OpenXml.BooleanValue Loop { get; set; }
public DocumentFormat.OpenXml.BooleanValue Loop { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "loop")]
public DocumentFormat.OpenXml.BooleanValue? Loop { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("loop")]
public DocumentFormat.OpenXml.BooleanValue? Loop { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Loop { get; set; }
member this.Loop : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "loop")>]
member this.Loop : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("loop")>]
member this.Loop : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Loop 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.

This attribute specifies if the sound will loop until the next sound event occurs in slideshow.

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

Applies to