org.odftoolkit.simple.style
public static enum StyleTypeDefinitions.OdfFontWeight extends Enum<StyleTypeDefinitions.OdfFontWeight>
Enum Constant and Description |
---|
_100 |
_200 |
_300 |
_400 |
_500 |
_600 |
_700 |
_800 |
_900 |
BOLD |
NORMAL |
Modifier and Type | Method and Description |
---|---|
static StyleTypeDefinitions.OdfFontWeight |
enumValueOf(String aValue) |
String |
toString() |
static StyleTypeDefinitions.OdfFontWeight |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.OdfFontWeight[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.OdfFontWeight _100
public static final StyleTypeDefinitions.OdfFontWeight _200
public static final StyleTypeDefinitions.OdfFontWeight _300
public static final StyleTypeDefinitions.OdfFontWeight _400
public static final StyleTypeDefinitions.OdfFontWeight _500
public static final StyleTypeDefinitions.OdfFontWeight _600
public static final StyleTypeDefinitions.OdfFontWeight _700
public static final StyleTypeDefinitions.OdfFontWeight _800
public static final StyleTypeDefinitions.OdfFontWeight _900
public static final StyleTypeDefinitions.OdfFontWeight BOLD
public static final StyleTypeDefinitions.OdfFontWeight NORMAL
public static StyleTypeDefinitions.OdfFontWeight[] values()
for (StyleTypeDefinitions.OdfFontWeight c : StyleTypeDefinitions.OdfFontWeight.values()) System.out.println(c);
public static StyleTypeDefinitions.OdfFontWeight 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.OdfFontWeight enumValueOf(String aValue)
public String toString()
toString
in class Enum<StyleTypeDefinitions.OdfFontWeight>
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.