menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WordBreakCode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WordBreakCode

    Specifies type of break.

    Inheritance
    System.Object
    WordBreakCode
    Namespace: Syncfusion.DocIO.ReaderWriter
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class WordBreakCode : Enum

    Fields

    EvenPage

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

    Declaration
    public const WordBreakCode EvenPage
    Field Value
    Type
    WordBreakCode

    NewColumn

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

    Declaration
    public const WordBreakCode NewColumn
    Field Value
    Type
    WordBreakCode

    NewPage

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

    Declaration
    public const WordBreakCode NewPage
    Field Value
    Type
    WordBreakCode

    NoBreak

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

    Declaration
    public const WordBreakCode NoBreak
    Field Value
    Type
    WordBreakCode

    Oddpage

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

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