次の方法で共有


GraphicFrameLocks.NoSelection プロパティ

定義

図形の選択を禁止する

スキーマ内の次の属性を表します。 noSelect

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

生成するアプリケーションが対応する画像の選択を許可しないように指定します。 つまり、この属性が指定されている場合は、この図に添付された図、図形、テキストを選択できないことも意味します。 この属性が指定されていない場合は、 の false 値が想定されます。

この属性が true に指定されている場合、グラフィック フレームを選択できず、グラフィック フレーム内のオブジェクトも選択できません。 つまり、すべてのサブパーツを含むグラフィック フレーム全体が選択不可と見なされます。

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

適用対象