com.moyosoft.connector.ms.excel
Class VAlign

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.VAlign

public class VAlign
extends AbstractType

See Also:
Serialized Form

Field Summary
static VAlign VALIGN_BOTTOM
           
static VAlign VALIGN_CENTER
           
static VAlign VALIGN_DISTRIBUTED
           
static VAlign VALIGN_JUSTIFY
           
static VAlign VALIGN_TOP
           
 
Method Summary
static VAlign getById(int pId)
           
 boolean isVAlignBottom()
           
 boolean isVAlignCenter()
           
 boolean isVAlignDistributed()
           
 boolean isVAlignJustify()
           
 boolean isVAlignTop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIGN_BOTTOM

public static final VAlign VALIGN_BOTTOM

VALIGN_CENTER

public static final VAlign VALIGN_CENTER

VALIGN_DISTRIBUTED

public static final VAlign VALIGN_DISTRIBUTED

VALIGN_JUSTIFY

public static final VAlign VALIGN_JUSTIFY

VALIGN_TOP

public static final VAlign VALIGN_TOP
Method Detail

getById

public static VAlign getById(int pId)

isVAlignBottom

public boolean isVAlignBottom()

isVAlignCenter

public boolean isVAlignCenter()

isVAlignDistributed

public boolean isVAlignDistributed()

isVAlignJustify

public boolean isVAlignJustify()

isVAlignTop

public boolean isVAlignTop()