FootnoteEndnoteReferenceType.CustomMarkFollows 属性

定义

禁止使用脚注/尾注引用标记

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

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

属性值

返回 EnumValue<T>

属性

注解

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

指定当前脚注或尾注不具有关联的脚注或尾注引用标记(视情况而定)。

此属性应用于指定特定脚注或尾注不应增加其关联的脚注/尾注编号格式的编号,以便使用带有自定义脚注标记的脚注不会导致脚注/尾注值缺失。 标记的显示通过 footnoteRef/endnoteRef 元素指定(视情况而定)。

如果省略此属性,则在超过此脚注或尾注时,不应跳过脚注或尾注引用标记。

请考虑使用自定义脚注 id 标记的 1 值为 的脚注:

<w:footnotes>  
  <w:footnote w:id="0">  
    …  
  </w:footnote>  
  <w:footnote w:suppressRef="1" w:id="2">  
    …  
  </w:footnote>  
  <w:footnote w:id="2">  
    …  
  </w:footnote>  
</w:footnotes>  

如果本文档中的脚注编号格式为 upperRoman,则第一个脚注应为 I,第二个脚注应为 ,第二个脚注为 ,第三个脚注为 II,注意第二个脚注不会递增编号序列。

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

适用于