FootnoteOptions Interface 

Represents the properties assigned to a range or selection of footnotes in a document.

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

Usage

Public Class ootnoteOptionsImplementation
    Implements FootnoteOptions
End Class
Dim ootnoteOptionsImplementation1 As New ootnoteOptionsImplementation()

Syntax

Public Interface FootnoteOptions
public interface FootnoteOptions
public interface class FootnoteOptions
public interface FootnoteOptions
public interface FootnoteOptions

Remarks

Use the FootnoteOptions property of the Range or Selection object to return a FootnoteOptions object. Using the FootnoteOptions object, you can assign different footnote properties to different areas of a document. For example, you may want footnotes in the introduction of a long document to be displayed as lowercase letters, while in the rest of your document they are displayed as asterisks.

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

FootnoteOptions Members