ShowProperties.Loop Property

Definition

Loop Slide Show

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.

Specifies whether the slide show should be set to loop at the end.

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

Applies to