com.sapportals.htmlb.enum

Class CellHAlign

java.lang.Object
  extended bycom.sapportals.htmlb.enum.Enum
      extended bycom.sapportals.htmlb.enum.CellHAlign
All Implemented Interfaces:
Serializable

public class CellHAlign
extends Enum

Horizontal alignments for cells

Copyright 2004 SAP AG

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.sapportals.htmlb.enum.Enum
Enum.StringEnumeration
 
Field Summary
static CellHAlign CENTER
           
static CellHAlign CHAR
           
static CellHAlign ENDOFLINE
           
static CellHAlign FORCEDLEFT
           
static CellHAlign JUSTIFY
           
static CellHAlign LEFT
           
static CellHAlign RIGHT
           
 
Method Summary
static CellHAlign getEnumByString(String value)
           
 
Methods inherited from class com.sapportals.htmlb.enum.Enum
getStringValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final CellHAlign LEFT

CENTER

public static final CellHAlign CENTER

RIGHT

public static final CellHAlign RIGHT

JUSTIFY

public static final CellHAlign JUSTIFY

CHAR

public static final CellHAlign CHAR

FORCEDLEFT

public static final CellHAlign FORCEDLEFT

ENDOFLINE

public static final CellHAlign ENDOFLINE
Method Detail

getEnumByString

public static CellHAlign getEnumByString(String value)


Copyright 2006 SAP AG Complete Copyright Notice