次の方法で共有


Slide.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

プロパティ値

BooleanValue を返します。

属性

適用対象