GroupShapeLocks.NoResize プロパティ

定義

図形のサイズ変更を禁止する

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

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

対応するグループ図形のサイズを変更できないことを指定します。 この属性が指定されていない場合は、 の false 値が想定されます。

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

適用対象