Aspose::Pdf::Text::TextFormattingOptions::WordWrapMode enum

WordWrapMode enum

Defines word wrapping strategies.

enum class 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