[]
Specifies the location that shall be used as the next available line when the Type has a value of TextWrapping. This value only affects the restart location when the current run is being displayed on a line that does not span the full text extents due to the presence of a floating object.
public enum BreakClear
Public Enum BreakClear
| Name | Description |
|---|---|
| All | Restart on next full line. |
| Left | Restart in next text region when in leftmost position. |
| None | Restart on next line. |
| Right | Restart in next text region when in rightmost position. |