Enum TextFormattingOptions.WordWrapMode

TextFormattingOptions.WordWrapMode enumeration

Defines word wrapping strategies

public enum WordWrapMode

Values

NameValueDescription
NoWrap0No wrapping is performed
DiscretionaryHyphenation1Discretionary hyphenation is performed. Allows breaking words in the middle.
ByWords2Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to use discretionary hyphenation
Undefined3WordWrapMode not set. Wrapping strategies of upper-level structure (table cell, paragraph, etc.) will be used.

See Also