Footnote Interface 

Represents a footnote positioned at the bottom of the page or beneath text. The Footnote object is a member of the Footnotes collection. The Footnotes collection represents the footnotes in a selection, range, or document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ootnoteImplementation
    Implements Footnote
End Class
Dim ootnoteImplementation1 As New ootnoteImplementation()

Syntax

Public Interface Footnote
public interface Footnote
public interface class Footnote
public interface Footnote
public interface Footnote

Remarks

Use Footnotes(index), where index is the index number, to return a single Footnote object. The index number represents the position of the footnote in the selection, range, or document.

Use the Add method to add a footnote to the Footnotes collection.

Footnotes positioned at the end of a document or section are considered endnotes and are included in the Endnotes collection.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Footnote Members