次の方法で共有


OutlineViewSlideListEntry.Collapse プロパティ

定義

Collapsed

スキーマ内の次の属性を表します。折りたたみ

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

プロパティ値

BooleanValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

このプレゼンテーション スライドをアウトライン ビュー内で折りたたまれたように表示するかどうかを指定します。 つまり、スライド タイトル以外のすべてのテキストはユーザーに表示されません。

この属性に使用できる値は、XML スキーマ boolean データ型によって定義されます。

適用対象