EndnoteOptions Class |
Namespace: Aspose.Words
The EndnoteOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | NumberStyle |
Specifies the number format for automatically numbered endnotes.
|
![]() ![]() | Position |
Specifies the endnotes position.
|
![]() ![]() | RestartRule |
Determines when automatic numbering restarts.
|
![]() ![]() | StartNumber |
Specifies the starting number or character for the first automatically numbered endnotes.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Document doc = new Document(MyDir + "Footnotes and endnotes.docx"); doc.EndnoteOptions.Position = EndnotePosition.EndOfSection;