共用方式為


FootnoteEndnoteReferenceType.CustomMarkFollows Property

Definition

Suppress Footnote/Endnote Reference Mark

Represents the following attribute in the schema: 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

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies that the current footnote or endnote shall not have an associated footnote or endnote reference mark, as appropriate.

This attribute shall be used to specify that a particular footnote or endnote shall not increment the numbering for its associated footnote/endnote numbering format, so that the use of a footnote with a custom footnote mark does not cause a missing value in the footnote/endnote values. The display of the mark is specified via the footnoteRef/endnoteRef elements, as appropriate.

If this attribute is omitted, then the footnote or endnote reference mark shall not be skipped when incrementing over this footnote or endnote.

Consider a footnote with an id value of 1 that uses a custom footnote mark:

<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>  

If the numbering format for footnotes in this document is upperRoman, then the first footnote shall be I, the second is suppressed, and the third is II, noticing that the second does not increment the numbering sequence.

The possible values for this attribute are defined by the ST_OnOff simple type.

Applies to