Share via


Footnotes.ResetContinuationSeparator Method

Word Developer Reference

Resets the footnote or endnote continuation separator to the default separator.

Syntax

expression.ResetContinuationSeparator

expression   Required. A variable that represents a Footnotes collection.

Remarks

The default separator is a long horizontal line that separates document text from notes continued from the previous page.

Example

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

Visual Basic for Applications
  ActiveDocument.Footnotes.ResetContinuationSeparator

See Also