FootnoteEndnoteReferenceType.CustomMarkFollows Property

Suppress Footnote/Endnote Reference Mark.Represents the attribte in schema: w:customMarkFollows

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "customMarkFollows")> _
Public Property CustomMarkFollows As OnOffValue
    Get
    Set
'Usage
Dim instance As FootnoteEndnoteReferenceType
Dim value As OnOffValue

value = instance.CustomMarkFollows

instance.CustomMarkFollows = value
[SchemaAttrAttribute(, "customMarkFollows")]
public OnOffValue CustomMarkFollows { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

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.

See Also

Reference

FootnoteEndnoteReferenceType Class

FootnoteEndnoteReferenceType Members

DocumentFormat.OpenXml.Wordprocessing Namespace