ShowProperties.Loop Property
Loop Slide Show.Represents the attribte in schema: loop
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "loop")> _
Public Property Loop As BooleanValue
Get
Set
用法
Dim instance As ShowProperties
Dim value As BooleanValue
value = instance.Loop
instance.Loop = value
[SchemaAttrAttribute(, "loop")]
public BooleanValue Loop { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.