PictureLocks.NoGrouping プロパティ

定義

図形のグループ化を禁止する

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

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

生成するアプリケーションで、対応する接続図形の図形グループ化を許可しないように指定します。つまり、他の図形内で結合して図形のグループを形成することはできません。 この属性が指定されていない場合は、 の false 値が想定されます。

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

適用対象