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