NotesSlide.ShowMasterPlaceholderAnimations Property

Definition

Show Master Placeholder Animations

Represents the following attribute in the schema: showMasterPhAnim

[DocumentFormat.OpenXml.SchemaAttr(0, "showMasterPhAnim")]
public DocumentFormat.OpenXml.BooleanValue ShowMasterPlaceholderAnimations { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowMasterPlaceholderAnimations { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showMasterPhAnim")]
public DocumentFormat.OpenXml.BooleanValue? ShowMasterPlaceholderAnimations { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showMasterPhAnim")]
public DocumentFormat.OpenXml.BooleanValue? ShowMasterPlaceholderAnimations { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowMasterPlaceholderAnimations { get; set; }
member this.ShowMasterPlaceholderAnimations : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showMasterPhAnim")>]
member this.ShowMasterPlaceholderAnimations : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showMasterPhAnim")>]
member this.ShowMasterPlaceholderAnimations : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowMasterPlaceholderAnimations 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 or not to display animations on placeholders from the master slide.

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

Applies to