public static enum StyleTextLineThroughModeAttribute.Value extends Enum<StyleTextLineThroughModeAttribute.Value>
Enum Constant and Description |
---|
CONTINUOUS |
SKIP_WHITE_SPACE |
Modifier and Type | Method and Description |
---|---|
static StyleTextLineThroughModeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static StyleTextLineThroughModeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTextLineThroughModeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTextLineThroughModeAttribute.Value CONTINUOUS
public static final StyleTextLineThroughModeAttribute.Value SKIP_WHITE_SPACE
public static StyleTextLineThroughModeAttribute.Value[] values()
for (StyleTextLineThroughModeAttribute.Value c : StyleTextLineThroughModeAttribute.Value.values()) System.out.println(c);
public static StyleTextLineThroughModeAttribute.Value 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 nullpublic String toString()
toString
in class Enum<StyleTextLineThroughModeAttribute.Value>
public static StyleTextLineThroughModeAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.