com.sapportals.htmlb.enum

Class CellVAlign

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

public class CellVAlign
extends Enum

Vertical 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 CellVAlign BASELINE
           
static CellVAlign BOTTOM
           
static CellVAlign MIDDLE
           
static CellVAlign TOP
           
 
Method Summary
static CellVAlign 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

TOP

public static final CellVAlign TOP

MIDDLE

public static final CellVAlign MIDDLE

BOTTOM

public static final CellVAlign BOTTOM

BASELINE

public static final CellVAlign BASELINE
Method Detail

getEnumByString

public static CellVAlign getEnumByString(String value)


Copyright 2006 SAP AG Complete Copyright Notice