|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.BIFF_Records.SheetStream
ActiveXLS.ExcelSheet
ActiveXLS.ExcelChartSheet
This class stores chart information like series, legend, axis, plot area, chart area, data table, title, series gap and overlap, 3D perspective, 3D elevation, 3D rotation and 3D height.
Constructor Summary | |
ExcelChartSheet()
Defines an instance of a sheet that contains a chart. |
|
ExcelChartSheet(System.String chartName)
Defines an instance of a sheet that has the sheet name defined and contains a chart. |
Method Summary | |
ExcelSheet |
Clone()
Creates and returns a copy of this object. |
void |
Dispose()
Disposes the allocated resources. |
void |
esd_addImage(ExcelImage xlsImage)
Adds the specified image to chart sheet. |
void |
esd_addImage(System.String path)
Adds an image that has the specified path to chart sheet. |
void |
esd_addImage(System.String path,
int horizontalOffset,
int verticalOffset)
Adds an image that has the specified path and location to chart sheet. |
void |
esd_addImage(System.String path,
int horizontalOffset,
int verticalOffset,
int width,
int height)
Adds an image that has the specified path, location and size to chart sheet. |
ExcelChart |
esd_getExcelChart()
Returns the chart of the sheet. |
ExcelImage |
esd_getImage(System.String path)
Returns the image that has the specified path. |
ExcelImage |
esd_getImageAt(int index)
Returns the image from the specified index. |
void |
esd_removeImage(int index)
Removes the image from the specified index. |
void |
esd_removeImage(System.String path)
Removes the image that has the specified path from the chart sheet. |
void |
esd_setExcelChart(ExcelChart xlsChart)
Sets the chart of the sheet. |
int |
ImageCount()
Returns the number of images in the chart sheet. |
Constructor Detail |
public ExcelChartSheet()
public ExcelChartSheet(System.String chartName)
chartName
- the chart sheet name.Method Detail |
public void esd_setExcelChart(ExcelChart xlsChart)
xlsChart
- the chart of the sheetesd_getExcelChart()
public ExcelChart esd_getExcelChart()
esd_setExcelChart(ActiveXLS.Charts.ExcelChart)
public void esd_addImage(ExcelImage xlsImage)
xlsImage
- the image to be addedesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path)
path
- the file path to image fileesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path, int horizontalOffset, int verticalOffset)
path
- the file path to image filehorizontalOffset
- the distance from the left margin of the chart to the left border of the imageverticalOffset
- the distance from the left margin of the chart to the top border of the imageesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_addImage(System.String path, int horizontalOffset, int verticalOffset, int width, int height)
path
- the file path to image filehorizontalOffset
- the distance from the left margin of the chart to the left border of the imageverticalOffset
- the distance from the left margin of the chart to the top border of the imagewidth
- the image widthheight
- the image heightesd_removeImage(int)
,
esd_getImageAt(int)
,
ImageCount()
public void esd_removeImage(int index)
index
- the index of the image to removeesd_addImage(ActiveXLS.ExcelImage)
,
esd_getImageAt(int)
,
ImageCount()
,
esd_removeImage(String)
public void esd_removeImage(System.String path)
path
- the file path to image fileesd_addImage(ActiveXLS.ExcelImage)
,
esd_getImageAt(int)
,
ImageCount()
,
esd_removeImage(int)
public ExcelImage esd_getImageAt(int index)
index
- the index of the image to return
esd_addImage(ActiveXLS.ExcelImage)
,
esd_removeImage(int)
,
ImageCount()
,
esd_getImage(String)
public ExcelImage esd_getImage(System.String path)
path
- the file path to image file
esd_addImage(ActiveXLS.ExcelImage)
,
esd_removeImage(int)
,
ImageCount()
,
esd_getImageAt(int)
public int ImageCount()
esd_addImage(ActiveXLS.ExcelImage)
,
esd_removeImage(int)
,
esd_getImageAt(int)
public void Dispose()
Dispose
in class ExcelSheet
public ExcelSheet Clone()
Clone
in class ExcelSheet
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |