Blip.Link プロパティ

定義

リンクされた画像リファレンス

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

[DocumentFormat.OpenXml.SchemaAttr(19, "link")]
public DocumentFormat.OpenXml.StringValue Link { get; set; }
public DocumentFormat.OpenXml.StringValue Link { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(19, "link")]
public DocumentFormat.OpenXml.StringValue? Link { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("r:link")]
public DocumentFormat.OpenXml.StringValue? Link { get; set; }
public DocumentFormat.OpenXml.StringValue? Link { get; set; }
member this.Link : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(19, "link")>]
member this.Link : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("r:link")>]
member this.Link : DocumentFormat.OpenXml.StringValue with get, set
Public Property Link As StringValue

プロパティ値

StringValue を返します。

属性

注釈

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

リンクされた画像の識別情報を指定します。 この属性は、このファイル内に存在しないイメージを指定するために使用されます。

この属性に使用できる値は、単純型によって ST_RelationshipId 定義されます。

適用対象