HeaderFooterReferenceType.Id Property

Relationship to Part.Represents the attribte in schema: r:id

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

Syntax

'Declaration
<SchemaAttrAttribute(, "id")> _
Public Property Id As StringValue
    Get
    Set
'Usage
Dim instance As HeaderFooterReferenceType
Dim value As StringValue

value = instance.Id

instance.Id = value
[SchemaAttrAttribute(, "id")]
public StringValue Id { 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 relationship ID to a specified part.

The specified relationship shall match the type required by the parent element:

Consider an XML element which has the following id attribute:

<… r:id="rId10" />

The markup specifies 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.

See Also

Reference

HeaderFooterReferenceType Class

HeaderFooterReferenceType Members

DocumentFormat.OpenXml.Wordprocessing Namespace