menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SectionBreakType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SectionBreakType

    Specifies the type of the Section break.

    Inheritance
    System.Object
    SectionBreakType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public sealed class SectionBreakType : Enum

    Fields

    Continuous

    Section break with the new section beginning on the next line of the same page.

    Declaration
    public const SectionBreakType Continuous
    Field Value
    Type
    SectionBreakType

    EvenPage

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

    Declaration
    public const SectionBreakType EvenPage
    Field Value
    Type
    SectionBreakType

    NewPage

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

    Declaration
    public const SectionBreakType NewPage
    Field Value
    Type
    SectionBreakType

    OddPage

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

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