Values

NONE

No automatic wrapping, use \n chars to split manually.

CHAR

Automatically adds new line chars based on fieldWidth, splits by character.

WORD(splitWords:WordSplitConditions)

Automatically adds new line chars based on fieldWidth, splits by word, if a single word is too long mode will determine how (or whether) it is split.

Note: Words with hypens will be treated as separate words, the hyphen is also it's own word