Enum BreakKind
The kind of an explicit break character (ECMA-376 Part 1 §17.18.4 ST_BrType).
public enum BreakKind
Fields
TextWrapping = 0A line break within the paragraph (w:type "textWrapping", the default).
Page = 1A page break (w:type "page").
Column = 2A column break (w:type "column").