break=word break input base on width property determind by breakstring?width=# where as # is a whole number that Defaults to 80. Break=Word determins that when the width is reached the line will not break until it is not on a word. This results in lines sometimes being longer than the value set by breakstring?width=# due to lines breaking on a word and not character.  
Generated using TypeDoc