API Reference
Class
WordFootnoteSettings
Read-only view of a section's footnote configuration.
Inheritance
- Object
- WordFootnoteSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordDocument.FootnoteSettings
- Property WordSection.FootnoteSettings
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<WordFootnotePosition> Position { get; } #Gets the footnote placement.
public Nullable<WordNoteNumberRestart> NumberingRestart { get; } #Gets when numbering restarts.
public Nullable<Int32> StartNumber { get; } #Gets the first footnote number.
public Nullable<WordNumberFormat> NumberingFormat { get; } #Gets the numbering format.