Remarks
The property's default value is Section
The property returns its default value when the text selection contains multiple sections with mixed alignment. The Selection.
Gets or sets the kind of the section break the section starts with. The property's value is a member of the Section
public SectionBreakKind BreakKind { get; set; }
Public Property BreakKind() As SectionBreakKind
Member | Description |
---|---|
Begin |
The section begins on the next line with a new paragraph. |
Begin |
The section begins on the next page with a new paragraph. |
The property's default value is Section
The property returns its default value when the text selection contains multiple sections with mixed alignment. The Selection.