Class WordBreakCode
Specifies type of break.
Inheritance
System.Object
WordBreakCode
Namespace: Syncfusion.DocIO.ReaderWriter
Assembly: Syncfusion.DocIO.NET.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 |