com.moyosoft.connector.ms.excel
Class ChartArea

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

public class ChartArea
extends java.lang.Object


Constructor Summary
ChartArea(Dispatch dispatch)
           
 
Method Summary
 void clear()
           
 void clearContents()
           
 void clearFormats()
           
 void copy()
           
 boolean getAutoScaleFont()
           
 Border getBorder()
           
 Dispatch getDispatch()
           
 ChartFillFormat getFill()
           
 Font getFont()
           
 double getHeight()
           
 Interior getInterior()
           
 double getLeft()
           
 java.lang.String getName()
           
 double getTop()
           
 double getWidth()
           
 boolean isShadow()
           
 void select()
           
 void setAutoScaleFont(boolean value)
           
 void setHeight(double value)
           
 void setLeft(double value)
           
 void setShadow(boolean value)
           
 void setTop(double value)
           
 void setWidth(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartArea

public ChartArea(Dispatch dispatch)
Method Detail

getDispatch

public Dispatch getDispatch()

getName

public java.lang.String getName()

select

public void select()

getBorder

public Border getBorder()

clear

public void clear()

clearContents

public void clearContents()

copy

public void copy()

getFont

public Font getFont()

isShadow

public boolean isShadow()

setShadow

public void setShadow(boolean value)

clearFormats

public void clearFormats()

getHeight

public double getHeight()

setHeight

public void setHeight(double value)

getInterior

public Interior getInterior()

getFill

public ChartFillFormat getFill()

getLeft

public double getLeft()

setLeft

public void setLeft(double value)

getTop

public double getTop()

setTop

public void setTop(double value)

getWidth

public double getWidth()

setWidth

public void setWidth(double value)

getAutoScaleFont

public boolean getAutoScaleFont()

setAutoScaleFont

public void setAutoScaleFont(boolean value)