FootnoteOptions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the properties assigned to a range or selection of footnotes in a document.
public interface class FootnoteOptions
[System.Runtime.InteropServices.Guid("BEA85A24-D7DA-4F3D-B58C-ED90FB01D615")]
public interface FootnoteOptions
type FootnoteOptions = interface
Public Interface FootnoteOptions
- Attributes
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.
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. |
LayoutColumns |
Returns or sets the way footnotes are laid out in columns when the section containing the reference mark has multiple columns. Read-Write Integer (int in C#). |
Location |
Returns or sets the position of all footnotes. |
NumberingRule |
Returns or sets the way footnotes or endnotes are numbered after page breaks or section breaks. |
NumberStyle |
Returns or sets the number style for a range or selection of footnotes in a document. |
Parent |
Returns an object that represents the parent object of the specified object. |
StartingNumber |
Returns or sets the starting note number. |