FootnoteOptions
Overview
FootnoteOptions is a class in Aspose.Words FOSS for .NET.
Inherits from: IFootnoteOptions.
Represents the footnote numbering options for a document or section.
Properties: Columns, NumberStyle, Position, RestartRule, StartNumber.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Position | FootnotePosition | Read/Write | Specifies the footnotes position. |
NumberStyle | NumberStyle | Read/Write | Specifies the number format for automatically numbered footnotes. |
StartNumber | int | Read/Write | Specifies the starting number or character for the first automatically numbered footnotes. |
RestartRule | FootnoteNumberingRule | Read/Write | Determines when automatic numbering restarts. |
Columns | int | Read/Write | Specifies the number of columns with which the footnotes area is formatted. |