WordWrapMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class WordWrapMode extends System.Enum

Defines word wrapping strategies

Fields

FieldDescription
DefaultDefault algorithm (allows breaking words in the middle)
ByWordsWord wrapping only wraps complete words.

Default

public static final int Default

Default algorithm (allows breaking words in the middle)

ByWords

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