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