public System.bool SimplifiedWordBreak {get; set;}
'Declaration Public Property SimplifiedWordBreak As System.Boolean
Setting this property to true prevents word breaking on certain non-whitespace characters to make word breaking behavior similar to that of MS Excel.
The default is false.