NonVisualDrawingProperties.Name プロパティ

定義

オブジェクト モデルと互換性のある名前 (一意ではありません)。

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

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

プロパティ値

StringValue を返します。

属性

注釈

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

オブジェクトの名前を表すバリアント型 (Variant) の値を指定します。 通常、これは画像オブジェクトの元のファイル名を格納するために使用されます。

次のように定義されている DrawingML オブジェクトを考えてみましょう。

< … name="foo.jpg" >  

属性には name 、この DrawingML オブジェクトの名前である foo.jpg の値があります。

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

適用対象