com.adobe.livecycle.signatures.client.types
Class TextDirection

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.signatures.client.types.TextDirection
All Implemented Interfaces:
Serializable, Comparable

public final class TextDirection
extends Enum

The TextDirection class represents the direction of text within a signature.

See Also:
Serialized Form

Field Summary
static TextDirection AUTO
          The direction of text is based on auto values.
static TextDirection LEFT
          The direction of text is from left to right.
static TextDirection RIGHT
          The direction of text is from right to left.
 
Method Summary
static TextDirection getValueFromString(String id)
          For internal use only.
 String toString()
           
static TextDirection valueOf(String name)
           
static TextDirection[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTO

public static final TextDirection AUTO
The direction of text is based on auto values.


LEFT

public static final TextDirection LEFT
The direction of text is from left to right.


RIGHT

public static final TextDirection RIGHT
The direction of text is from right to left.

Method Detail

values

public static TextDirection[] values()

valueOf

public static TextDirection valueOf(String name)

toString

public String toString()
Overrides:
toString in class Enum

getValueFromString

public static TextDirection getValueFromString(String id)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]