FootnoteOptions
FootnoteOptions
FootnoteOptions
Interface
Definition
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
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 Application Application |
Returns a Application object that represents the Microsoft Word application. |
Creator Creator Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
LayoutColumns LayoutColumns 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 Location Location |
Returns or sets the position of all footnotes. |
NumberingRule NumberingRule NumberingRule |
Returns or sets the way footnotes or endnotes are numbered after page breaks or section breaks. |
NumberStyle NumberStyle NumberStyle |
Returns or sets the number style for a range or selection of footnotes in a document. |
Parent Parent Parent |
Returns an object that represents the parent object of the specified object. |
StartingNumber StartingNumber StartingNumber |
Returns or sets the starting note number. |