Footnote Interface

Definition

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.

public interface class Footnote
[System.Runtime.InteropServices.Guid("0002093F-0000-0000-C000-000000000046")]
public interface Footnote
type Footnote = interface
Public Interface Footnote
Attributes

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(Range, Object, Object) 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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Index

Returns an Integer that represents the position of an item in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Range

Returns a Range object that represents the portion of a document that's contained in the specified object.

Reference

Returns a Range object that represents a footnote, endnote, or comment reference mark.

Methods

Delete()

Deletes the specified object.

Applies to