public final class NSLineBreakStrategy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
HangulWordPriority
When specified, it prohibits breaking between Hangul characters.
|
static long |
None
Don't use any line break strategies
|
static long |
PushOut
Use the push out line break strategy.
|
static long |
Standard
Use the same configuration of line break strategies that the system uses for standard UI labels.
|
public static final long None
public static final long PushOut
public static final long HangulWordPriority
public static final long Standard