public final class EllipsizeMode
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static EllipsizeMode |
END
Omit characters at the end of the text.
|
static EllipsizeMode |
MIDDLE
Omit characters in the middle of the text.
|
static EllipsizeMode |
NONE
No ellipsization.
|
static EllipsizeMode |
START
Omit characters at the start of the text.
|
public static final EllipsizeMode END
public static final EllipsizeMode MIDDLE
public static final EllipsizeMode NONE
public static final EllipsizeMode START