Enum BreakClear
Where a text-wrapping break restarts relative to floating objects (ECMA-376 Part 1 §17.18.3 ST_BrClear).
public enum BreakClear
Fields
None = 0Restart on the next line regardless of floats (w:clear "none", the default).
Left = 1Restart in the next left-open region (w:clear "left").
Right = 2Restart in the next right-open region (w:clear "right").
All = 3Restart on the next fully open line (w:clear "all").