menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum WordBreakCode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum WordBreakCode

    Specifies type of break.

    Namespace: Syncfusion.DocIO.ReaderWriter
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum WordBreakCode

    Fields

    Name Description
    EvenPage

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

    NewColumn

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

    NewPage

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

    NoBreak

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

    Oddpage

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved