Freigeben über


Blip.Embed-Eigenschaft

Embedded Picture Reference.Represents the attribte in schema: r:embed

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

Syntax

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

value = instance.Embed

instance.Embed = value
[SchemaAttrAttribute(, "embed")]
public StringValue Embed { 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 an embedded picture. This attribute is used to specify an image that resides locally within the 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