Class FootnoteRestartIndex
Specifies the restart index of footnotes.
Inheritance
System.Object
FootnoteRestartIndex
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class FootnoteRestartIndex : Enum
Fields
DoNotRestart
Numbering continuous throughout the document.
Declaration
public const FootnoteRestartIndex DoNotRestart
Field Value
Type |
---|
FootnoteRestartIndex |
RestartForEachPage
Numbering restarts at each page.
Declaration
public const FootnoteRestartIndex RestartForEachPage
Field Value
Type |
---|
FootnoteRestartIndex |
RestartForEachSection
Numbering restarts at each section.
Declaration
public const FootnoteRestartIndex RestartForEachSection
Field Value
Type |
---|
FootnoteRestartIndex |