com.moyosoft.connector.ms.excel
Class Drawing

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

public class Drawing
extends ExcelTextComponent


Constructor Summary
Drawing(Dispatch dispatch)
           
 
Method Summary
 void addVertex(double left, double right)
           
 boolean getAutoScaleFont()
           
 Border getBorder()
           
 Interior getInterior()
           
 boolean isShadow()
           
 void reshape(int vertex, boolean insert)
           
 void reshape(int vertex, boolean insert, double left)
           
 void reshape(int vertex, boolean insert, double left, double right)
           
 void setAutoScaleFont(boolean value)
           
 void setShadow(boolean value)
           
 
Methods inherited from class com.moyosoft.connector.ms.excel.ExcelTextComponent
checkSpelling, checkSpelling, checkSpelling, checkSpelling, getCaption, getCharacters, getCharacters, getCharacters, getFont, getFormula, getHorizontalAlignment, getOrientation, getOrientationValue, getReadingOrder, getText, getVerticalAlignment, isAddIndent, isAutoSize, isLockedText, setAddIndent, setAutoSize, setCaption, setFormula, setHorizontalAlignment, setLockedText, setOrientation, setOrientationValue, setReadingOrder, setText, setVerticalAlignment
 
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

Drawing

public Drawing(Dispatch dispatch)
Method Detail

getAutoScaleFont

public boolean getAutoScaleFont()
Overrides:
getAutoScaleFont in class ExcelTextComponent

setAutoScaleFont

public void setAutoScaleFont(boolean value)
Overrides:
setAutoScaleFont in class ExcelTextComponent

getBorder

public Border getBorder()

getInterior

public Interior getInterior()

isShadow

public boolean isShadow()

setShadow

public void setShadow(boolean value)

addVertex

public void addVertex(double left,
                      double right)

reshape

public void reshape(int vertex,
                    boolean insert)

reshape

public void reshape(int vertex,
                    boolean insert,
                    double left)

reshape

public void reshape(int vertex,
                    boolean insert,
                    double left,
                    double right)