Freigeben über


Blip.Link-Eigenschaft

Linked Picture Reference.Represents the attribte in schema: r:link

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "link")> _
Public Property Link As StringValue
    Get
    Set
'Usage
Dim instance As Blip
Dim value As StringValue

value = instance.Link

instance.Link = value
[SchemaAttrAttribute(, "link")]
public StringValue Link { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Hinweise

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.

Siehe auch

Referenz

Blip Klasse

Blip-Member

DocumentFormat.OpenXml.Drawing-Namespace