menu

Document Processing

FootnoteRestartIndex Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    FootnoteRestartIndex Class

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved