ShowProperties.UseTimings Property
Use Timings in Slide Show.Represents the attribte in schema: useTimings
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "useTimings")> _
Public Property UseTimings As BooleanValue
Get
Set
'Uso
Dim instance As ShowProperties
Dim value As BooleanValue
value = instance.UseTimings
instance.UseTimings = value
[SchemaAttrAttribute(, "useTimings")]
public BooleanValue UseTimings { 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 slide transition timings should be used to advance slides when presenting.
The possible values for this attribute are defined by the XML Schema boolean datatype.