public static enum FoFontWeightAttribute.Value extends Enum<FoFontWeightAttribute.Value>
| Enum Constant and Description |
|---|
_100 |
_200 |
_300 |
_400 |
_500 |
_600 |
_700 |
_800 |
_900 |
BOLD |
NORMAL |
| Modifier and Type | Method and Description |
|---|---|
static FoFontWeightAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static FoFontWeightAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FoFontWeightAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FoFontWeightAttribute.Value _100
public static final FoFontWeightAttribute.Value _200
public static final FoFontWeightAttribute.Value _300
public static final FoFontWeightAttribute.Value _400
public static final FoFontWeightAttribute.Value _500
public static final FoFontWeightAttribute.Value _600
public static final FoFontWeightAttribute.Value _700
public static final FoFontWeightAttribute.Value _800
public static final FoFontWeightAttribute.Value _900
public static final FoFontWeightAttribute.Value BOLD
public static final FoFontWeightAttribute.Value NORMAL
public static FoFontWeightAttribute.Value[] values()
for (FoFontWeightAttribute.Value c : FoFontWeightAttribute.Value.values()) System.out.println(c);
public static FoFontWeightAttribute.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<FoFontWeightAttribute.Value>public static FoFontWeightAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.