SectionBreakType Enumeration
|
Specifies type of the section break code.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum SectionBreakType
Public Enumeration SectionBreakType
public enum class SectionBreakType
Members
|
Member name
|
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.
|
See Also