FootnoteEndnoteReferenceType.Id 属性

定义

脚注/尾注 ID 参考

表示架构中的以下属性:w:id

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

属性值

返回 Int32Value

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

指定文档中当前脚注或尾注引用所引用的脚注或尾注。

如果生成的脚注或尾注 ID 不在脚注或尾注部分 (适当) ,则本文档应被视为不符合。

请考虑具有尾注引用的段落,由以下 WordprocessingML 表示:

<w:p>  
  <w:r>  
    <w:t>This text is followed by an endnote</w:t>  
  </w:r>  
  <w:r>  
    <w:endnoteReference w:id="2" />  
  </w:r>  
  <w:r>  
    <w:t>.</w:t>  
  </w:r>  
</w:p>  

此文本引用文档的尾注部分中的尾注,其 id 值为 2

此属性的可能值由 ST_DecimalNumber 简单类型定义。

适用于