Table of Contents

Enum BreakClear

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

Where a text-wrapping break restarts relative to floating objects (ECMA-376 Part 1 §17.18.3 ST_BrClear).

public enum BreakClear

Fields

None = 0

Restart on the next line regardless of floats (w:clear "none", the default).

Left = 1

Restart in the next left-open region (w:clear "left").

Right = 2

Restart in the next right-open region (w:clear "right").

All = 3

Restart on the next fully open line (w:clear "all").