WRAP_NONE Word wrapping is disabled WRAP_WITHOUT_BREAKING Word-wrap, but don't break continuous lines that are longer than numColumns (default) WRAP_ALWAYS Wrap even if it means breaking a continuous line or a quoted string.
Word wrapping is only allowed at whitespaces ('
', '', '', ' '); it will not occur after commas, punctuation, minus signs, or any other characters
- Enumerator:
-
| WRAP_NONE |
|
| WRAP_WITHOUT_BREAKING |
|
| WRAP_ALWAYS |
|