Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 682 Bytes

File metadata and controls

14 lines (9 loc) · 682 Bytes

WrapMode

Defines word wrapping strategies

Enum

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

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