Blip.Link Property
Linked Picture Reference.Represents the attribte in schema: r:link
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "link")> _
Public Property Link As StringValue
Get
Set
'使用
Dim instance As Blip
Dim value As StringValue
value = instance.Link
instance.Link = value
[SchemaAttrAttribute(, "link")]
public StringValue Link { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the identification information for a linked picture. This attribute is used to specify an image that does not reside within this file.
The possible values for this attribute are defined by the ST_RelationshipId simple type.