Click or drag to resize

FootnoteRestartRule Enumeration

Specifies FootnoteRestartIndex.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FootnoteRestartRule
Members
Member name 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 .
See Also