FootnoteOptions

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

NameTypeAccessDescription
PositionFootnotePositionRead/WriteSpecifies the footnotes position.
NumberStyleNumberStyleRead/WriteSpecifies the number format for automatically numbered footnotes.
StartNumberintRead/WriteSpecifies the starting number or character for the first automatically numbered footnotes.
RestartRuleFootnoteNumberingRuleRead/WriteDetermines when automatic numbering restarts.
ColumnsintRead/WriteSpecifies the number of columns with which the footnotes area is formatted.

See Also