|
|||||||||
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, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, 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 |