WebSettings.setTextZoom(int)
and WebSettings.getTextZoom()
instead.public static enum WebSettings.TextSize extends Enum<WebSettings.TextSize>
Enum Constant and Description |
---|
LARGER
Deprecated.
|
LARGEST
Deprecated.
|
NORMAL
Deprecated.
|
SMALLER
Deprecated.
|
SMALLEST
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static WebSettings.TextSize |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WebSettings.TextSize[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebSettings.TextSize SMALLEST
public static final WebSettings.TextSize SMALLER
public static final WebSettings.TextSize NORMAL
public static final WebSettings.TextSize LARGER
public static final WebSettings.TextSize LARGEST
public static WebSettings.TextSize[] values()
for (WebSettings.TextSize c : WebSettings.TextSize.values()) System.out.println(c);
public static WebSettings.TextSize valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null