com.esri.arcgisws
Class EsriSimpleTextVerticalAlignment
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriSimpleTextVerticalAlignment
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriSimpleTextVerticalAlignment
- extends java.lang.Enum
Java class for esriSimpleTextVerticalAlignment.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="esriSimpleTextVerticalAlignment">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="top"/>
<enumeration value="middle"/>
<enumeration value="baseline"/>
<enumeration value="bottom"/>
</restriction>
</simpleType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TOP
public static final EsriSimpleTextVerticalAlignment TOP
MIDDLE
public static final EsriSimpleTextVerticalAlignment MIDDLE
BASELINE
public static final EsriSimpleTextVerticalAlignment BASELINE
BOTTOM
public static final EsriSimpleTextVerticalAlignment BOTTOM
EsriSimpleTextVerticalAlignment
public EsriSimpleTextVerticalAlignment()
values
public static final EsriSimpleTextVerticalAlignment[] values()
valueOf
public static EsriSimpleTextVerticalAlignment valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriSimpleTextVerticalAlignment fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriSimpleTextVerticalAlignment fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum