com.moyosoft.connector.ms.excel
Class Oval

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

public class Oval
extends ExcelTextComponent


Constructor Summary
Oval(Dispatch dispatch)
           
 
Method Summary
 boolean getAutoScaleFont()
           
 Border getBorder()
           
 Interior getInterior()
           
 boolean isShadow()
           
 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

Oval

public Oval(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)