public static final class TextFormattingOptions.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 |
DiscretionaryHyphenation
Discretionary hyphenation is performed.
|
static int |
NoWrap
No wrapping is performed
|
static int |
Undefined
WordWrapMode not set.
|
public static final int NoWrap
No wrapping is performed
public static final int DiscretionaryHyphenation
Discretionary hyphenation is performed. 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 use discretionary hyphenation
public static final int Undefined
WordWrapMode not set. Wrapping strategie of upper level structure (table cell, paragraph etc.) will be used.