RelationshipType.Id Property

Definition

Relationship to Part

Represents the following attribute in the schema: r:id

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

Property Value

Returns StringValue.

Attributes

Remarks

Specifies the relationship ID for a specified part.

The specified relationship shall match the type required by the parent element: http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer for the footerReference element; http://schemas.openxmlformats.org/officeDocument/2006/relationships/header for the headerReference element; http://schemas.openxmlformats.org/officeDocument/2006/relationships/font for the embedBold, embedBoldItalic, embedItalic, and embedRegular elements; and http://schemas.openxmlformats.org/officeDocument/2006/relationships/printerSettings for the printerSettings element.

Consider an XML element which has the following id attribute:

<… r:id="rId10" />  

The markup specifies that the associated relationship part, with relationship ID rId1, contains the corresponding relationship information for the parent XML element.

The possible values for this attribute are defined by the ST_RelationshipId simple type.

Applies to