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