Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 746 Bytes

File metadata and controls

12 lines (9 loc) · 746 Bytes

WrapMode

Defines word wrapping strategies

Enum

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]