com.moyosoft.connector.ms.excel
Class Placement

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

public class Placement
extends AbstractType

See Also:
Serialized Form

Field Summary
static Placement FREE_FLOATING
           
static Placement MOVE
           
static Placement MOVE_AND_SIZE
           
 
Method Summary
static Placement getById(int pId)
           
 boolean isFreeFloating()
           
 boolean isMove()
           
 boolean isMoveAndSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FREE_FLOATING

public static final Placement FREE_FLOATING

MOVE

public static final Placement MOVE

MOVE_AND_SIZE

public static final Placement MOVE_AND_SIZE
Method Detail

getById

public static Placement getById(int pId)

isFreeFloating

public boolean isFreeFloating()

isMove

public boolean isMove()

isMoveAndSize

public boolean isMoveAndSize()