com.moyosoft.connector.ms.excel
Class ExcelComponent

java.lang.Object
  |
  +--com.moyosoft.connector.ms.excel.ExcelComponent
Direct Known Subclasses:
ChartObject, DropDown, ExcelTextComponent, Line, ListBox, Picture

public abstract class ExcelComponent
extends java.lang.Object


Constructor Summary
ExcelComponent(Dispatch dispatch)
           
 
Method Summary
 void bringToFront()
           
 void copy()
           
 void copyPicture()
           
 void copyPicture(PictureAppearance appearance)
           
 void copyPicture(PictureAppearance appearance, CopyPictureFormat format)
           
 void cut()
           
 void delete()
           
 Range getBottomRightCell()
           
 Dispatch getDispatch()
           
 double getHeight()
           
 int getIndex()
           
 double getLeft()
           
 java.lang.String getName()
           
 java.lang.String getOnAction()
           
 Placement getPlacement()
           
 double getTop()
           
 Range getTopLeftCell()
           
 double getWidth()
           
 int getZOrder()
           
 boolean isEnabled()
           
 boolean isLocked()
           
 boolean isPrintObject()
           
 boolean isVisible()
           
 void select()
           
 void sendToBack()
           
 void setEnabled(boolean value)
           
 void setHeight(double value)
           
 void setLeft(double value)
           
 void setLocked(boolean value)
           
 void setName(java.lang.String value)
           
 void setOnAction(java.lang.String value)
           
 void setPlacement(Placement value)
           
 void setPrintObject(boolean value)
           
 void setTop(double value)
           
 void setVisible(boolean value)
           
 void setWidth(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelComponent

public ExcelComponent(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getBottomRightCell

public Range getBottomRightCell()

bringToFront

public void bringToFront()

copy

public void copy()

copyPicture

public void copyPicture()

copyPicture

public void copyPicture(PictureAppearance appearance)

copyPicture

public void copyPicture(PictureAppearance appearance,
                        CopyPictureFormat format)

cut

public void cut()

delete

public void delete()

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean value)

getHeight

public double getHeight()

setHeight

public void setHeight(double value)

getIndex

public int getIndex()

getLeft

public double getLeft()

setLeft

public void setLeft(double value)

isLocked

public boolean isLocked()

setLocked

public void setLocked(boolean value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getOnAction

public java.lang.String getOnAction()

setOnAction

public void setOnAction(java.lang.String value)

getPlacement

public Placement getPlacement()

setPlacement

public void setPlacement(Placement value)

isPrintObject

public boolean isPrintObject()

setPrintObject

public void setPrintObject(boolean value)

select

public void select()

sendToBack

public void sendToBack()

getTop

public double getTop()

setTop

public void setTop(double value)

getTopLeftCell

public Range getTopLeftCell()

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean value)

getWidth

public double getWidth()

setWidth

public void setWidth(double value)

getZOrder

public int getZOrder()