Table of Contents

Enum BreakKind

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

The kind of an explicit break character (ECMA-376 Part 1 §17.18.4 ST_BrType).

public enum BreakKind

Fields

TextWrapping = 0

A line break within the paragraph (w:type "textWrapping", the default).

Page = 1

A page break (w:type "page").

Column = 2

A column break (w:type "column").