public class WordBreak
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static CSSConstant |
BREAK_ALL |
|
static CSSConstant |
BREAK_STRICT |
|
static CSSConstant |
KEEP_ALL |
|
static CSSConstant |
LOOSE |
|
static CSSConstant |
NORMAL |
public static final CSSConstant NORMAL
public static final CSSConstant KEEP_ALL
public static final CSSConstant LOOSE
public static final CSSConstant BREAK_STRICT
public static final CSSConstant BREAK_ALL