HeaderFooterReferenceType.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 を返します。

属性

注釈

ECMA International Standard ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

指定したパーツのリレーションシップ 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/fontembedBoldembedBoldItalicembedItalic または embedRegular 要素の場合

  • http://schemas.openxmlformats.org/officeDocument/2006/relationships/printerSettings 要素の printerSettings 場合

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

<… r:id="rId10" />  

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

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

適用対象