|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.shapes.xlsshape
com.spire.xls.core.spreadsheet.shapes.xlscomboboxshape
public class xlscomboboxshape
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.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 |
---|
public xlscomboboxshape(java.lang.object parent)
method detail |
---|
public excelcombotype getcombotype()
public java.lang.string getselectedvalue()
getselectedvalue
in interface icomboboxshape
public boolean getdisplay3dshading()
getdisplay3dshading
in interface icomboboxshape
public void setdisplay3dshading(boolean value)
setdisplay3dshading
in interface icomboboxshape
public int getdropdownlines()
getdropdownlines
in interface icomboboxshape
public void setdropdownlines(int value)
setdropdownlines
in interface icomboboxshape
public int getselectedindex()
getselectedindex
in interface icomboboxshape
public void setselectedindex(int value)
setselectedindex
in interface icomboboxshape
public ixlsrange getlinkedcell()
getlinkedcell
in interface icomboboxshape
public void setlinkedcell(ixlsrange value)
setlinkedcell
in interface icomboboxshape
public ixlsrange getlistfillrange()
getlistfillrange
in interface icomboboxshape
public void setlistfillrange(ixlsrange value)
setlistfillrange
in interface icomboboxshape
public excelshapetype getshapetype()
xlsshape
getshapetype
in interface ishape
getshapetype
in class xlsshape
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |