WordWrapMode

WordWrapMode enumeration

Defines word wrapping strategies

Members

Member nameDescription
DEFAULTDefault algorithm (allows breaking words in the middle)
BY_WORDSWord wrapping only wraps complete words.
If the complete word cannot be wrapped, attempts
to wrap word in the middle

See Also