|
|||||||||
| 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, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, 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 IComboBoxShapepublic boolean getDisplay3DShading()
getDisplay3DShading in interface IComboBoxShapepublic void setDisplay3DShading(boolean value)
setDisplay3DShading in interface IComboBoxShapepublic int getDropDownLines()
getDropDownLines in interface IComboBoxShapepublic void setDropDownLines(int value)
setDropDownLines in interface IComboBoxShapepublic int getSelectedIndex()
getSelectedIndex in interface IComboBoxShapepublic void setSelectedIndex(int value)
setSelectedIndex in interface IComboBoxShapepublic IXLSRange getLinkedCell()
getLinkedCell in interface IComboBoxShapepublic void setLinkedCell(IXLSRange value)
setLinkedCell in interface IComboBoxShapepublic IXLSRange getListFillRange()
getListFillRange in interface IComboBoxShapepublic void setListFillRange(IXLSRange value)
setListFillRange in interface IComboBoxShapepublic ExcelShapeType getShapeType()
XlsShape
getShapeType in interface IShapegetShapeType in class XlsShape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||