EndnoteOptions

EndnoteOptions

Overview

EndnoteOptions is a class in Aspose.Words FOSS for .NET. Inherits from: IFootnoteOptions.

Represents the endnote numbering options for a document or section.

Properties: NumberStyle, Position, RestartRule, StartNumber.

Properties

NameTypeAccessDescription
PositionEndnotePositionRead/WriteSpecifies the endnotes position.
NumberStyleNumberStyleRead/WriteSpecifies the number format for automatically numbered endnotes.
StartNumberintRead/WriteSpecifies the starting number or character for the first automatically numbered endnotes.
RestartRuleFootnoteNumberingRuleRead/WriteDetermines when automatic numbering restarts.

See Also