com.moyosoft.connector.ms.excel
Class ListDataFormat

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

public class ListDataFormat
extends java.lang.Object


Constructor Summary
ListDataFormat(Dispatch dispatch)
           
 
Method Summary
 int getDecimalPlaces()
           
 Dispatch getDispatch()
           
 int getLcid()
           
 int getMaxCharacters()
           
 int getMaxNumber()
           
 int getMinNumber()
           
 ListDataType getType()
           
 boolean isAllowFillIn()
           
 boolean isPercent()
           
 boolean isReadOnly()
           
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDataFormat

public ListDataFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getDecimalPlaces

public int getDecimalPlaces()

isPercent

public boolean isPercent()

getLcid

public int getLcid()

getMaxCharacters

public int getMaxCharacters()

getMaxNumber

public int getMaxNumber()

getMinNumber

public int getMinNumber()

isRequired

public boolean isRequired()

getType

public ListDataType getType()

isReadOnly

public boolean isReadOnly()

isAllowFillIn

public boolean isAllowFillIn()