Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 743 Bytes

WrapMode.md

File metadata and controls

13 lines (9 loc) · 743 Bytes

WrapMode

Defines word wrapping strategies

Enum

Name Type Value Description
WrapModeNoWrap string "NoWrap" No wrapping is performed
WrapModeByWords string "ByWords" Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to use discretionary hyphenation
WrapModeDiscretionaryHyphenation string "DiscretionaryHyphenation" Discretionary hyphenation is performed. Allows breaking words in the middle.

[Back to Model list] [Back to API list] [Back to README][View Source]