Gets or sets the kind of the section break the section starts with. The property's value is a member of the SectionBreakKind enumeration.

Syntax

public SectionBreakKind BreakKind { get; set; }
Public Property BreakKind() As SectionBreakKind

Members

Member 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.

Remarks

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.