PictureLocks.NoCrop プロパティ

定義

トリミングの変更を禁止する

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

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

プロパティ値

BooleanValue を返します。

属性

注釈

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

生成するアプリケーションで、対応する画像のトリミングを許可しないように指定します。 この属性が指定されていない場合は、 の false 値が想定されます。

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

適用対象