RelationshipType.Id プロパティ

定義

Part とのリレーションシップ。スキーマの次の属性を表します。r:id

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

プロパティ値

StringValue

StringValue を返します。

属性

注釈

指定したパーツのリレーションシップ ID を指定します。

指定したリレーションシップは、親要素で必要な型と一致する必要 http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer footerReference http://schemas.openxmlformats.org/officeDocument/2006/relationships/header headerReference http://schemas.openxmlformats.org/officeDocument/2006/relationships/font embedBold embedBoldItalic embedItalic embedRegular http://schemas.openxmlformats.org/officeDocument/2006/relationships/printerSettings printerSettings があります。

次の属性を持つ XML 要素を id 検討してください。

<… r:id="rId10" />  

マークアップは、リレーションシップ ID を持つ関連付けられたリレーションシップ パーツに、親 XML 要素に対応するリレーションシップ情報 rId1 を含む値を指定します。

この属性に使用できる値は、単純型によって ST_RelationshipId 定義されます。

適用対象