Xamarin.Android

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

    Show / Hide Table of Contents

    Class SectionBreakCode

    Specifies type of the section break code.

    Inheritance
    System.Object
    SectionBreakCode
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.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 Description
    SectionBreakCode

    NewColumn

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

    Declaration
    public const SectionBreakCode NewColumn
    Field Value
    Type Description
    SectionBreakCode

    NewPage

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

    Declaration
    public const SectionBreakCode NewPage
    Field Value
    Type Description
    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 Description
    SectionBreakCode

    Oddpage

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

    Declaration
    public const SectionBreakCode Oddpage
    Field Value
    Type Description
    SectionBreakCode

    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