|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FontStretchType>
org.plutext.jaxb.xslfo.FontStretchType
public enum FontStretchType
Java class for font_stretch_Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="font_stretch_Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="normal"/>
<enumeration value="wider"/>
<enumeration value="narrower"/>
<enumeration value="ultra-condensed"/>
<enumeration value="extra-condensed"/>
<enumeration value="condensed"/>
<enumeration value="semi-condensed"/>
<enumeration value="semi-expanded"/>
<enumeration value="expanded"/>
<enumeration value="extra-expanded"/>
<enumeration value="ultra-expanded"/>
<enumeration value="inherit"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CONDENSED
|
|
EXPANDED
|
|
EXTRA_CONDENSED
|
|
EXTRA_EXPANDED
|
|
INHERIT
|
|
NARROWER
|
|
NORMAL
|
|
SEMI_CONDENSED
|
|
SEMI_EXPANDED
|
|
ULTRA_CONDENSED
|
|
ULTRA_EXPANDED
|
|
WIDER
|
|
| Method Summary | |
|---|---|
static FontStretchType |
fromValue(String v)
|
String |
value()
|
static FontStretchType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FontStretchType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FontStretchType NORMAL
public static final FontStretchType WIDER
public static final FontStretchType NARROWER
public static final FontStretchType ULTRA_CONDENSED
public static final FontStretchType EXTRA_CONDENSED
public static final FontStretchType CONDENSED
public static final FontStretchType SEMI_CONDENSED
public static final FontStretchType SEMI_EXPANDED
public static final FontStretchType EXPANDED
public static final FontStretchType EXTRA_EXPANDED
public static final FontStretchType ULTRA_EXPANDED
public static final FontStretchType INHERIT
| Method Detail |
|---|
public static FontStretchType[] values()
for (FontStretchType c : FontStretchType.values()) System.out.println(c);
public static FontStretchType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static FontStretchType fromValue(String v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||