Specifies type of the section break code.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum SectionBreakType
Public Enumeration SectionBreakType
public enum class SectionBreakType
type SectionBreakType
Members
| Member | Value | Description |
|---|---|---|
| NoBreak | 0 |
The section starts on the same page.
|
| NewColumn | 1 |
The section starts from a new column.
|
| NewPage | 2 |
The section starts from a new page.
|
| EvenPage | 3 |
The section starts on a new even page.
|
| Oddpage | 4 |
The section starts on a new odd page.
|