Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BreakType

    Show / Hide Table of Contents

    Class BreakType

    Specifies the type of the break.

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

    Fields

    ColumnBreak

    Column break type.

    Declaration
    public const BreakType ColumnBreak
    Field Value
    Type Description
    BreakType

    LineBreak

    Line break type.

    Declaration
    public const BreakType LineBreak
    Field Value
    Type Description
    BreakType

    PageBreak

    Page break type.

    Declaration
    public const BreakType PageBreak
    Field Value
    Type Description
    BreakType

    TextWrappingBreak

    Text wrapping break type.

    Declaration
    public const BreakType TextWrappingBreak
    Field Value
    Type Description
    BreakType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved