Freigeben über


ShowProperties.UseTimings-Eigenschaft

Use Timings in Slide Show.Represents the attribte in schema: useTimings

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "useTimings")> _
Public Property UseTimings As BooleanValue
    Get
    Set
'Usage
Dim instance As ShowProperties
Dim value As BooleanValue

value = instance.UseTimings

instance.UseTimings = value
[SchemaAttrAttribute(, "useTimings")]
public BooleanValue UseTimings { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Hinweise

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.

Siehe auch

Referenz

ShowProperties Klasse

ShowProperties-Member

DocumentFormat.OpenXml.Presentation-Namespace