Enumeration Members

Enumeration Members

FullWord: 1

Breaks on Spaces but never on words (plus: \n and \r). EXCEPTION: if a single word is bigger than the box the word will break (like Letter).

Letter: 2

Breaks everywhere (plus: \n and \r)

None: 0

No wrapping performed. Only \n and \r line breaks

Generated using TypeDoc