ichartshape-ag凯发旗舰厅



com.spire.xls.core
interface ichartshape

all superinterfaces:
ichart, ishape
all known implementing classes:
chart, xlschartshape

public interface ichartshape
extends ishape, ichart

method summary
 int getbottomrow()
          bottom row of the chart in the worksheet.
 int getleftcolumn()
          left column of the chart in the worksheet.
 int getrightcolumn()
          right column of the chart in the worksheet.
 int gettoprow()
          top row of the chart in the worksheet.
 void setbottomrow(int value)
          bottom row of the chart in the worksheet.
 void setleftcolumn(int value)
          left column of the chart in the worksheet.
 void setrightcolumn(int value)
          right column of the chart in the worksheet.
 void settoprow(int value)
          top row of the chart in the worksheet.
 
methods inherited from interface com.spire.xls.core.ishape
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getrotation, getshadow, getshapetype, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth
 
methods inherited from interface com.spire.xls.core.ichart
getautoscaling, getchartarea, getcharttype, getdatarange, getdatatable, getdepthpercent, getdisplayaxisfieldbuttons, getdisplayblanksas, getdisplayentirefieldbuttons, getdisplaylegendfieldbuttons, getdisplayvaluefieldbuttons, getelevation, getfloor, getgapdepth, getheightfordouble, getheightpercent, getlegend, getname, getpagesetup, getperspective, getpivotcharttype, getpivottable, getplotarea, getplotvisibleonly, getprimarycategoryaxis, getprimaryserieaxis, getprimaryvalueaxis, getrightangleaxes, getrotation, getsecondarycategoryaxis, getsecondaryvalueaxis, getseriesdatafromrange, getshowreportfilterfieldbuttons, getsizewithwindow, getwalls, getwallsandgridlines2d, getwidthfordouble, getxpos, getypos, hasdatatable, hasdatatable, haslegend, haslegend, hasplotarea, hasplotarea, setautoscaling, setcharttype, setdatarange, setdepthpercent, setdisplayaxisfieldbuttons, setdisplayblanksas, setdisplayentirefieldbuttons, setdisplaylegendfieldbuttons, setdisplayvaluefieldbuttons, setelevation, setgapdepth, setheightpercent, setperspective, setpivotcharttype, setpivottable, setplotvisibleonly, setrightangleaxes, setrotation, setseriesdatafromrange, setshowreportfilterfieldbuttons, setsizewithwindow, setwallsandgridlines2d
 
method detail

gettoprow

int gettoprow()
top row of the chart in the worksheet.

settoprow

void settoprow(int value)
top row of the chart in the worksheet.

getbottomrow

int getbottomrow()
bottom row of the chart in the worksheet.

setbottomrow

void setbottomrow(int value)
bottom row of the chart in the worksheet.

getleftcolumn

int getleftcolumn()
left column of the chart in the worksheet.

setleftcolumn

void setleftcolumn(int value)
left column of the chart in the worksheet.

getrightcolumn

int getrightcolumn()
right column of the chart in the worksheet.

setrightcolumn

void setrightcolumn(int value)
right column of the chart in the worksheet.


网站地图