FootnoteEndnoteType.Type 属性

定义

脚注/尾注类型

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

[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues>? Type { get; set; }
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues> with get, set
Public Property Type As EnumValue(Of FootnoteEndnoteValues)

属性值

返回 EnumValue<T>

属性

注解

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

指定当前脚注或尾注内容定义中包含的脚注或尾注的类型。

如果省略此属性,则应将其视为 类型 normal。 如果脚注或尾注的类型不是 normal,则不应由 footnoteReference main 文档文章中的 或 endnoteReference 元素引用。

请考虑 WordprocessingML 文档中定义的脚注的以下示例,如下所示:

<w:footnote w:type="continuationSeparator" w:id="1">  
  <w:p>  
    <w:r>  
      <w:continuationSeparator />  
    </w:r>  
  </w:p>  
</w:footnote>  

在此示例中,脚注的类型continuationSeparator为 ,使用者应使用该脚注将连续脚注与main文档内容分开, (查看简单类型以获取完整详细信息) 。

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

适用于