SwapWithEndnotes Method

Applies To

Footnotes collection object.

Description

Converts all footnotes in a document to endnotes and vice versa.

Note To convert a range of footnotes to endnotes, use the Convert method.

Syntax

expression.SwapWithEndnotes

expression Required. An expression that returns a Footnotes object.

See Also

Convert method, SwapWithFootnotes method.

Example

This example converts the footnotes in the active document to endnotes and converts the endnotes to footnotes.

ActiveDocument.Footnotes.SwapWithEndnotes

Send feedback to MSDN.Look here for MSDN Online resources.