com.moyosoft.connector.ms.excel
Class InsertFormatOrigin

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

public class InsertFormatOrigin
extends AbstractType

See Also:
Serialized Form

Field Summary
static InsertFormatOrigin FORMAT_FROM_LEFT_OR_ABOVE
           
static InsertFormatOrigin FORMAT_FROM_RIGHT_OR_BELOW
           
 
Method Summary
static InsertFormatOrigin getById(int pId)
           
 boolean isFormatFromLeftOrAbove()
           
 boolean isFormatFromRightOrBelow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT_FROM_LEFT_OR_ABOVE

public static final InsertFormatOrigin FORMAT_FROM_LEFT_OR_ABOVE

FORMAT_FROM_RIGHT_OR_BELOW

public static final InsertFormatOrigin FORMAT_FROM_RIGHT_OR_BELOW
Method Detail

getById

public static InsertFormatOrigin getById(int pId)

isFormatFromLeftOrAbove

public boolean isFormatFromLeftOrAbove()

isFormatFromRightOrBelow

public boolean isFormatFromRightOrBelow()