org.odftoolkit.odfdom.dom.attribute.svg
public static enum SvgFontStretchAttribute.Value extends Enum<SvgFontStretchAttribute.Value>
Enum Constant and Description |
---|
CONDENSED |
EXPANDED |
EXTRA_CONDENSED |
EXTRA_EXPANDED |
NORMAL |
SEMI_CONDENSED |
SEMI_EXPANDED |
ULTRA_CONDENSED |
ULTRA_EXPANDED |
Modifier and Type | Method and Description |
---|---|
static SvgFontStretchAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static SvgFontStretchAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SvgFontStretchAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SvgFontStretchAttribute.Value CONDENSED
public static final SvgFontStretchAttribute.Value EXPANDED
public static final SvgFontStretchAttribute.Value EXTRA_CONDENSED
public static final SvgFontStretchAttribute.Value EXTRA_EXPANDED
public static final SvgFontStretchAttribute.Value NORMAL
public static final SvgFontStretchAttribute.Value SEMI_CONDENSED
public static final SvgFontStretchAttribute.Value SEMI_EXPANDED
public static final SvgFontStretchAttribute.Value ULTRA_CONDENSED
public static final SvgFontStretchAttribute.Value ULTRA_EXPANDED
public static SvgFontStretchAttribute.Value[] values()
for (SvgFontStretchAttribute.Value c : SvgFontStretchAttribute.Value.values()) System.out.println(c);
public static SvgFontStretchAttribute.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<SvgFontStretchAttribute.Value>
public static SvgFontStretchAttribute.Value enumValueOf(String value)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.