com.esri.arcgisws
Class EsriTextVerticalAlignment

java.lang.Object
  extended by java.lang.Enum
      extended by com.esri.arcgisws.EsriTextVerticalAlignment
All Implemented Interfaces:
Serializable, Comparable

public final class EsriTextVerticalAlignment
extends Enum

Java class for esriTextVerticalAlignment.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="esriTextVerticalAlignment">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="esriTVATop"/>
     <enumeration value="esriTVACenter"/>
     <enumeration value="esriTVABaseline"/>
     <enumeration value="esriTVABottom"/>
   </restriction>
 </simpleType>
 

See Also:
Serialized Form

Field Summary
static EsriTextVerticalAlignment esriTVABaseline
           
static EsriTextVerticalAlignment esriTVABottom
           
static EsriTextVerticalAlignment esriTVACenter
           
static EsriTextVerticalAlignment esriTVATop
           
 
Constructor Summary
EsriTextVerticalAlignment()
           
 
Method Summary
static EsriTextVerticalAlignment fromString(String value)
          Deprecated. 
static EsriTextVerticalAlignment fromValue(String v)
           
 String getValue()
           
 String toString()
           
static EsriTextVerticalAlignment valueOf(String name)
           
static EsriTextVerticalAlignment[] values()
           
 
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
 

Field Detail

esriTVATop

public static final EsriTextVerticalAlignment esriTVATop

esriTVACenter

public static final EsriTextVerticalAlignment esriTVACenter

esriTVABaseline

public static final EsriTextVerticalAlignment esriTVABaseline

esriTVABottom

public static final EsriTextVerticalAlignment esriTVABottom
Constructor Detail

EsriTextVerticalAlignment

public EsriTextVerticalAlignment()
Method Detail

values

public static final EsriTextVerticalAlignment[] values()

valueOf

public static EsriTextVerticalAlignment valueOf(String name)

getValue

public String getValue()

fromValue

public static EsriTextVerticalAlignment fromValue(String v)

fromString

@Deprecated
public static EsriTextVerticalAlignment fromString(String value)
Deprecated. 


toString

public String toString()
Overrides:
toString in class Enum