public final class WordWrapMode
extends com.aspose.ms.System.Enum
Defines word wrapping strategies
Modifier and Type | Field and Description |
---|---|
static int |
ByWords
Word wrapping only wraps complete words.
|
static int |
Default
Default algorithm (allows breaking words in the middle)
|
public static final int Default
Default algorithm (allows breaking words in the middle)
public static final int ByWords
Word wrapping only wraps complete words. If the complete word cannot be wrapped, attempts to wrap word in the middle