Compartir a través de


StartSoundAction.Loop Propiedad

Definición

Sonido de bucle

Representa el atributo siguiente en el bucle del esquema:

[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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Este atributo especifica si el sonido se repetirá hasta que se produzca el siguiente evento de sonido en la presentación.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a