ShowProperties.ShowAnimation Property

Definition

Show Animation in Slide Show

Represents the following attribute in the schema: showAnimation

[DocumentFormat.OpenXml.SchemaAttr(0, "showAnimation")]
public DocumentFormat.OpenXml.BooleanValue ShowAnimation { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowAnimation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showAnimation")]
public DocumentFormat.OpenXml.BooleanValue? ShowAnimation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showAnimation")]
public DocumentFormat.OpenXml.BooleanValue? ShowAnimation { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowAnimation { get; set; }
member this.ShowAnimation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showAnimation")>]
member this.ShowAnimation : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showAnimation")>]
member this.ShowAnimation : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowAnimation 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 show animation should be shown when presenting.

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

Applies to