ShowProperties.UseTimings Property

Definition

Use Timings in Slide Show

Represents the following attribute in the schema: useTimings

[DocumentFormat.OpenXml.SchemaAttr(0, "useTimings")]
public DocumentFormat.OpenXml.BooleanValue UseTimings { get; set; }
public DocumentFormat.OpenXml.BooleanValue UseTimings { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "useTimings")]
public DocumentFormat.OpenXml.BooleanValue? UseTimings { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("useTimings")]
public DocumentFormat.OpenXml.BooleanValue? UseTimings { get; set; }
public DocumentFormat.OpenXml.BooleanValue? UseTimings { get; set; }
member this.UseTimings : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "useTimings")>]
member this.UseTimings : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("useTimings")>]
member this.UseTimings : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property UseTimings 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 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.

Applies to