|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface icomboboxshape
method summary | |
---|---|
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 xlsfill 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. |
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 listfillrange)
sets the worksheet range used to xlsfill the specified list box. |
void |
setselectedindex(int value)
gets or sets selected item index of the combo box. |
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 |
method detail |
---|
ixlsrange getlistfillrange()
void setlistfillrange(ixlsrange listfillrange)
ixlsrange getlinkedcell()
void setlinkedcell(ixlsrange value)
int getselectedindex()
void setselectedindex(int value)
int getdropdownlines()
void setdropdownlines(int value)
boolean getdisplay3dshading()
void setdisplay3dshading(boolean value)
java.lang.string getselectedvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |