Aspose::Pdf::Facades::WordWrapMode enum

WordWrapMode enum

Defines word wrapping strategies.

enum class WordWrapMode

Values

NameValueDescription
Default0Default algorithm (allows breaking words in the middle)
ByWords1Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to wrap word in the middle.

See Also