xlscomboboxshape-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.shapes
class xlscomboboxshape

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.shapes.xlsshape
          extended by com.spire.xls.core.spreadsheet.shapes.xlscomboboxshape
all implemented interfaces:
icomboboxshape, ishape

public class xlscomboboxshape
extends xlsshape
implements icomboboxshape

constructor summary
xlscomboboxshape(java.lang.object parent)
           
 
method summary
 excelcombotype getcombotype()
          gets type of the combo box object.
 boolean getdisplay3dshading()
          gets or sets value indicating whether 3d shadow is present.
 int getdropdownlines()
          gets or sets the number of list lines displayed in the drop-down portion of a combo box.
 ixlsrange getlinkedcell()
          gets or sets the worksheet range linked to the control's value.
 ixlsrange getlistfillrange()
          gets or sets the worksheet range used to fill the specified list box.
 int getselectedindex()
          gets or sets selected item index of the combo box.
 java.lang.string getselectedvalue()
          gets value selected in combobox.
 excelshapetype getshapetype()
          type of shape , read only.
 void setdisplay3dshading(boolean value)
          gets or sets value indicating whether 3d shadow is present.
 void setdropdownlines(int value)
          gets or sets the number of list lines displayed in the drop-down portion of a combo box.
 void setlinkedcell(ixlsrange value)
          gets or sets the worksheet range linked to the control's value.
 void setlistfillrange(ixlsrange value)
          gets or sets the worksheet range used to fill the specified list box.
 void setselectedindex(int value)
          gets or sets selected item index of the combo box.
 
methods inherited from class com.spire.xls.core.spreadsheet.shapes.xlsshape
deepclone, deepclone, getalternativetext, getalternativetexttitle, getautosize, getbottomrow, getbottomrowoffset, getfill, getheight, gethtmlstring, getid, getleft, getleftcolumn, getleftcolumnoffset, getline, getname, getonaction, getresizebehave, getrightcolumn, getrightcolumnoffset, getrotation, getshadow, getshapeid, getthreed, gettop, gettoprow, gettoprowoffset, getupdatepositions, getvisible, getvmlshape, getwidth, hasfill, hasfill, haslineformat, haslineformat, isfliph, isfliph, isflipv, isflipv, isgroup, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, isrelative, isrelative, remove, scale, setalternativetext, setalternativetexttitle, setautosize, setbottomrow, setbottomrowoffset, setheight, sethtmlstring, setleft, setleftcolumn, setleftcolumnoffset, setname, setonaction, setresizebehave, setrightcolumn, setrightcolumnoffset, setrotation, setshapetype, settop, settoprow, settoprowoffset, setupdatepositions, setvisible, setwidth
 
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject
dispose
 
methods inherited from interface com.spire.xls.core.ishape
getalternativetext, getfill, getheight, gethtmlstring, getid, getleft, getname, getonaction, getresizebehave, getrotation, getshadow, getthreed, gettop, getvisible, getwidth, islockaspectratio, islockaspectratio, islocked, islocked, isprintable, isprintable, remove, scale, setheight, sethtmlstring, setname, setonaction, setresizebehave, setrotation, settop, setvisible, setwidth
 
constructor detail

xlscomboboxshape

public xlscomboboxshape(java.lang.object parent)
method detail

getcombotype

public excelcombotype getcombotype()
gets type of the combo box object.

getselectedvalue

public java.lang.string getselectedvalue()
gets value selected in combobox.
specified by:
getselectedvalue in interface icomboboxshape

getdisplay3dshading

public boolean getdisplay3dshading()
gets or sets value indicating whether 3d shadow is present.
specified by:
getdisplay3dshading in interface icomboboxshape

setdisplay3dshading

public void setdisplay3dshading(boolean value)
gets or sets value indicating whether 3d shadow is present.
specified by:
setdisplay3dshading in interface icomboboxshape

getdropdownlines

public int getdropdownlines()
gets or sets the number of list lines displayed in the drop-down portion of a combo box.
specified by:
getdropdownlines in interface icomboboxshape

setdropdownlines

public void setdropdownlines(int value)
gets or sets the number of list lines displayed in the drop-down portion of a combo box.
specified by:
setdropdownlines in interface icomboboxshape

getselectedindex

public int getselectedindex()
gets or sets selected item index of the combo box.
specified by:
getselectedindex in interface icomboboxshape

setselectedindex

public void setselectedindex(int value)
gets or sets selected item index of the combo box.
specified by:
setselectedindex in interface icomboboxshape

getlinkedcell

public ixlsrange getlinkedcell()
gets or sets the worksheet range linked to the control's value.
specified by:
getlinkedcell in interface icomboboxshape

setlinkedcell

public void setlinkedcell(ixlsrange value)
gets or sets the worksheet range linked to the control's value.
specified by:
setlinkedcell in interface icomboboxshape

getlistfillrange

public ixlsrange getlistfillrange()
gets or sets the worksheet range used to fill the specified list box.
specified by:
getlistfillrange in interface icomboboxshape

setlistfillrange

public void setlistfillrange(ixlsrange value)
gets or sets the worksheet range used to fill the specified list box.
specified by:
setlistfillrange in interface icomboboxshape

getshapetype

public excelshapetype getshapetype()
description copied from class: xlsshape
type of shape , read only.
specified by:
getshapetype in interface ishape
overrides:
getshapetype in class xlsshape


网站地图