Share via


Blip.Embed Property

Definition

Embedded Picture Reference

Represents the following attribute in the schema: r:embed

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

Property Value

Returns StringValue.

Attributes

Remarks

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.

Applies to