com.moyosoft.connector.ms.excel
Class ShadowFormat

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

public class ShadowFormat
extends java.lang.Object


Constructor Summary
ShadowFormat(Dispatch dispatch)
           
 
Method Summary
 int getCreator()
           
 Dispatch getDispatch()
           
 ColorFormat getForeColor()
           
 int getObscured()
           
 float getOffsetX()
           
 float getOffsetY()
           
 int getShadowType()
           
 float getTransparency()
           
 int getVisible()
           
 void incrementOffsetX(float value)
           
 void incrementOffsetY(float value)
           
 void setForeColor(ColorFormat value)
           
 void setObscured(int value)
           
 void setOffsetX(float value)
           
 void setOffsetY(float value)
           
 void setShadowType(int value)
           
 void setTransparency(float value)
           
 void setVisible(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowFormat

public ShadowFormat(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getCreator

public int getCreator()

incrementOffsetX

public void incrementOffsetX(float value)

incrementOffsetY

public void incrementOffsetY(float value)

getForeColor

public ColorFormat getForeColor()

setForeColor

public void setForeColor(ColorFormat value)

getObscured

public int getObscured()

setObscured

public void setObscured(int value)

getOffsetX

public float getOffsetX()

setOffsetX

public void setOffsetX(float value)

getOffsetY

public float getOffsetY()

setOffsetY

public void setOffsetY(float value)

getTransparency

public float getTransparency()

setTransparency

public void setTransparency(float value)

getShadowType

public int getShadowType()

setShadowType

public void setShadowType(int value)

getVisible

public int getVisible()

setVisible

public void setVisible(int value)