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)
Syntax
'Declaration
<GuidAttribute("BEA85A24-D7DA-4F3D-B58C-ED90FB01D615")> _
Public Interface FootnoteOptions
'Usage
Dim instance As FootnoteOptions
[GuidAttribute("BEA85A24-D7DA-4F3D-B58C-ED90FB01D615")]
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.