com.moyosoft.connector.ms.excel
Class Picture

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

public class Picture
extends ExcelComponent


Constructor Summary
Picture(Dispatch dispatch)
           
 
Method Summary
 Border getBorder()
           
 java.lang.String getFormula()
           
 Interior getInterior()
           
 boolean isShadow()
           
 void setFormula(java.lang.String value)
           
 void setShadow(boolean value)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelComponent
bringToFront, copy, copyPicture, copyPicture, copyPicture, cut, delete, getBottomRightCell, getDispatch, getHeight, getIndex, getLeft, getName, getOnAction, getPlacement, getTop, getTopLeftCell, getWidth, getZOrder, isEnabled, isLocked, isPrintObject, isVisible, select, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setOnAction, setPlacement, setPrintObject, setTop, setVisible, setWidth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Picture

public Picture(Dispatch dispatch)
Method Detail

getBorder

public Border getBorder()

getInterior

public Interior getInterior()

isShadow

public boolean isShadow()

setShadow

public void setShadow(boolean value)

getFormula

public java.lang.String getFormula()

setFormula

public void setFormula(java.lang.String value)