Specifies type of the section break code.

Namespace: Spire.Doc.Documents
Assembly: 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

MemberValueDescription
NoBreak0
The section starts on the same page.
NewColumn1
The section starts from a new column.
NewPage2
The section starts from a new page.
EvenPage3
The section starts on a new even page.
Oddpage4
The section starts on a new odd page.

See Also