GroupShapeLocks.NoMove プロパティ

定義

図形の移動を禁止する

スキーマ内の次の属性を表します: noMove

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

対応するグラフィック フレームを移動できないように指定します。 グラフィック フレーム内に存在するオブジェクトは、ロックされていない限り、引き続き移動できます。 この属性が指定されていない場合は、 の false 値が想定されます。

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

適用対象