menu

Document Processing

SectionBreakCode Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    SectionBreakCode Class

    Specifies type of the section break code.

    Inheritance
    System.Object
    SectionBreakCode
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public sealed class SectionBreakCode : Enum

    Fields

    EvenPage

    Section break with the new section beginning on the next even-numbered page.

    Declaration
    public const SectionBreakCode EvenPage
    Field Value
    Type
    SectionBreakCode

    NewColumn

    Column break with the new section beginning on the next column on the page.

    Declaration
    public const SectionBreakCode NewColumn
    Field Value
    Type
    SectionBreakCode

    NewPage

    Section break with the new section beginning on the next page.

    Declaration
    public const SectionBreakCode NewPage
    Field Value
    Type
    SectionBreakCode

    NoBreak

    No break with the new section beginning on the next paragraph of the same page.

    Declaration
    public const SectionBreakCode NoBreak
    Field Value
    Type
    SectionBreakCode

    Oddpage

    Section break with the new section beginning on the next odd-numbered page.

    Declaration
    public const SectionBreakCode Oddpage
    Field Value
    Type
    SectionBreakCode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved