Slide.Show Property

Definition

Show Slide in Slide Show

Represents the following attribute in the schema: show

[DocumentFormat.OpenXml.SchemaAttr(0, "show")]
public DocumentFormat.OpenXml.BooleanValue Show { get; set; }
public DocumentFormat.OpenXml.BooleanValue Show { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "show")]
public DocumentFormat.OpenXml.BooleanValue? Show { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("show")]
public DocumentFormat.OpenXml.BooleanValue? Show { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Show { get; set; }
member this.Show : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "show")>]
member this.Show : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("show")>]
member this.Show : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Show As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to