ResetSeparator Method

Applies To

Endnotes collection object, Footnotes collection object.

Description

Resets the footnote or endnote separator to the default separator. The default separator is a short horizontal line that separates document text from notes.

Syntax

expression.ResetSeparator

expression Required. An expression that returns an Endnotes or Footnotes object.

See Also

ResetContinuationNotice method, ResetContinuationSeparator method, Separator property.

Example

This example resets the footnote separator to the default separator line.

ActiveDocument.Footnotes.ResetSeparator
This example resets the endnote separator for the notes in the document where the selection is located.

Selection.Endnotes.ResetSeparator