Freigeben über


StartSoundAction.Loop-Eigenschaft

Loop Sound.Represents the attribte in schema: loop

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

Syntax

'Declaration
<SchemaAttrAttribute(, "loop")> _
Public Property Loop As BooleanValue
    Get
    Set
'Usage
Dim instance As StartSoundAction
Dim value As BooleanValue

value = instance.Loop

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Hinweise

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.

Siehe auch

Referenz

StartSoundAction Klasse

StartSoundAction-Member

DocumentFormat.OpenXml.Presentation-Namespace