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