Defines word wrapping strategies
| Name | Type | Value | Description |
|---|---|---|---|
| byWords | String | 'ByWords' | Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to use discretionary hyphenation |
| discretionaryHyphenation | String | 'DiscretionaryHyphenation' | Discretionary hyphenation is performed. Allows breaking words in the middle. |
| noWrap | String | 'NoWrap' | No wrapping is performed |
[Back to Model list] [Back to API list] [Back to README] [View Source]