Specifies whether text wraps when it reaches the edge of the containing box
| Name | Type | Description |
|---|---|---|
| NoWrap | Enum | No line wrapping |
| Wrap | Enum | Line-breaking occurs if the line overflows beyond the available block, even in case of a very long word |
| WrapWithOverflow | Enum | Line-breaking occurs if the line overflows beyond the available block, but may overflow in case of a very long word |