com.moyosoft.connector.ms.excel
Class CalloutFormat

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

public class CalloutFormat
extends java.lang.Object


Constructor Summary
CalloutFormat(Dispatch dispatch)
           
 
Method Summary
 void automaticLength()
           
 void customDrop(float value)
           
 void customLength(float value)
           
 Dispatch getDispatch()
           
 float getDrop()
           
 float getGap()
           
 float getLength()
           
 void setGap(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalloutFormat

public CalloutFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

automaticLength

public void automaticLength()

customDrop

public void customDrop(float value)

customLength

public void customLength(float value)

getDrop

public float getDrop()

getGap

public float getGap()

setGap

public void setGap(float value)

getLength

public float getLength()