Specifies FootnoteRestartIndex.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum FootnoteRestartRule
Public Enumeration FootnoteRestartRule
public enum class FootnoteRestartRule
type FootnoteRestartRule
Members
| Member | Value | Description |
|---|---|---|
| DoNotRestart | 0 |
Numbering continuous throughout the document.
|
| RestartSection | 1 |
Numbering restarts at each section.
|
| RestartPage | 2 |
Numbering restarts at each page.
|
| Default | 0 |
Equals DoNotRestart.
|