
Gets or sets the kind of the section break the section starts with.
[C#]
public SectionBreakKind BreakKind { get; set; }
[Visual Basic]
Public Property BreakKind() As SectionBreakKind
| Value | Description | |
| BeginAtNewLine | The section begins on the next line with a new paragraph. | |
| BeginAtNewPage | The section begins on the next page with a new paragraph. |
The property's default value is SectionBreakKind.BeginAtNewPage.
The property returns its default value when the text selection contains multiple sections with mixed alignment. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.