java.lang.ObjectActiveXControlBase
ActiveXControl
com.aspose.cells.ComboBoxActiveXControl
public class ComboBoxActiveXControl
| Property Getters/Setters Summary | ||
|---|---|---|
int | getBackOleColor() | → inherited from ActiveXControlBase
|
void | setBackOleColor(int value) | |
| Gets and sets the ole color of the background. | ||
int | getBorderOleColor() | |
void | setBorderOleColor(int value) | |
| Gets and sets the ole color of the background. | ||
int | getBorderStyle() | |
void | setBorderStyle(int value) | |
| Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant. | ||
int | getBoundColumn() | |
void | setBoundColumn(int value) | |
| Repsents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle). | ||
int | getColumnCount() | |
void | setColumnCount(int value) | |
| Repsents the number of columns to display in a ComboBox or ListBox. | ||
double | getColumnWidths() | |
void | setColumnWidths(double value) | |
| Gets and sets the width of the column. | ||
byte[] | getData() | → inherited from ActiveXControl
|
| Gets and sets the binary data of the control. | ||
int | getDropButtonStyle() | |
void | setDropButtonStyle(int value) | |
| Specifies the symbol displayed on the drop button The value of the property is DropButtonStyle integer constant. | ||
boolean | getEnterFieldBehavior() | |
void | setEnterFieldBehavior(boolean value) | |
| Specifies selection behavior when entering the control. True specifies that the selection remains unchanged from last time the control was active. False specifies that all the text in the control will be selected when entering the control. | ||
Font | getFont() | → inherited from ActiveXControl
|
| Represents the font of the control. | ||
int | getForeOleColor() | → inherited from ActiveXControlBase
|
void | setForeOleColor(int value) | |
| Gets and sets the ole color of the foreground. | ||
double | getHeight() | → inherited from ActiveXControlBase
|
void | setHeight(double value) | |
| Gets and sets the height of the control in unit of points. | ||
boolean | getHideSelection() | |
void | setHideSelection(boolean value) | |
| Indicates whether selected text in the control appears highlighted when the control does not have focus. | ||
int | getIMEMode() | → inherited from ActiveXControl
|
void | setIMEMode(int value) | |
| Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant. | ||
boolean | isAutoSize() | → inherited from ActiveXControl
|
void | setAutoSize(boolean value) | |
| Indicates whether the control will automatically resize to display its entire contents. | ||
boolean | isAutoWordSelected() | |
void | setAutoWordSelected(boolean value) | |
| Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word. | ||
boolean | isDragBehaviorEnabled() | |
void | setDragBehaviorEnabled(boolean value) | |
| Indicates whether dragging and dropping is enabled for the control. | ||
boolean | isEditable() | |
void | setEditable(boolean value) | |
| Indicates whether the user can type into the control. | ||
boolean | isEnabled() | → inherited from ActiveXControl
|
void | setEnabled(boolean value) | |
| Indicates whether whether the control can receive the focus and respond to user-generated events. | ||
boolean | isLocked() | → inherited from ActiveXControl
|
void | setLocked(boolean value) | |
| Indicates whether data in the control is locked for editing. | ||
boolean | isTransparent() | → inherited from ActiveXControl
|
void | setTransparent(boolean value) | |
| Indicates whether the control is transparent. | ||
boolean | isVisible() | → inherited from ActiveXControlBase
|
void | setVisible(boolean value) | |
| Indicates whether this control is visible. | ||
java.lang.String | getLinkedCell() | → inherited from ActiveXControlBase
|
void | setLinkedCell(java.lang.String value) | |
| Gets and sets the linked cell. | ||
java.lang.String | getListFillRange() | → inherited from ActiveXControlBase
|
void | setListFillRange(java.lang.String value) | |
| Gets and sets the list fill fange.. | ||
int | getListRows() | |
void | setListRows(int value) | |
| Repsents the maximum number of rows to display in the list. | ||
int | getListStyle() | |
void | setListStyle(int value) | |
| Gets and sets the visual appearance. The value of the property is ControlListStyle integer constant. | ||
double | getListWidth() | |
void | setListWidth(double value) | |
| Gets and set the width in unit of points. | ||
int | getMatchEntry() | |
void | setMatchEntry(int value) | |
| Indicates how a ListBox or ComboBox searches its list as the user types. The value of the property is ControlMatchEntryType integer constant. | ||
int | getMaxLength() | |
void | setMaxLength(int value) | |
| Gets and sets the maximum number of characters | ||
byte[] | getMouseIcon() | → inherited from ActiveXControlBase
|
void | setMouseIcon(byte[] value) | |
| Gets and sets a custom icon to display as the mouse pointer for the control. | ||
int | getMousePointer() | → inherited from ActiveXControlBase
|
void | setMousePointer(int value) | |
| Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant. | ||
boolean | getSelectionMargin() | |
void | setSelectionMargin(boolean value) | |
| Indicates whether the user can select a line of text by clicking in the region to the left of the text. | ||
boolean | getShadow() | → inherited from ActiveXControlBase
|
void | setShadow(boolean value) | |
| Indicates whether to show a shadow. | ||
boolean | getShowColumnHeads() | |
void | setShowColumnHeads(boolean value) | |
| Indicates whether column headings are displayed. | ||
int | getShowDropButtonTypeWhen() | |
void | setShowDropButtonTypeWhen(int value) | |
| Specifies the symbol displayed on the drop button The value of the property is ShowDropButtonType integer constant. | ||
int | getSpecialEffect() | |
void | setSpecialEffect(int value) | |
| Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant. | ||
int | getTextAlign() | → inherited from ActiveXControl
|
void | setTextAlign(int value) | |
| Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant. | ||
int | getTextColumn() | |
void | setTextColumn(int value) | |
| Repsents the column in a ComboBox or ListBox to display to the user. | ||
int | getType() | |
| Gets the type of the ActiveX control. The value of the property is ControlType integer constant. | ||
java.lang.String | getValue() | |
void | setValue(java.lang.String value) | |
| Gets and sets the value of the control. | ||
double | getWidth() | → inherited from ActiveXControlBase
|
void | setWidth(double value) | |
| Gets and sets the width of the control in unit of points. | ||
Workbook | getWorkbook() | → inherited from ActiveXControlBase
|
|
Gets the |
||
| Property Getters/Setters Detail |
|---|
getType | |
public int getType() | |
getMaxLength/setMaxLength | |
public int getMaxLength() / public void setMaxLength(int value) | |
getListWidth/setListWidth | |
public double getListWidth() / public void setListWidth(double value) | |
getBoundColumn/setBoundColumn | |
public int getBoundColumn() / public void setBoundColumn(int value) | |
getTextColumn/setTextColumn | |
public int getTextColumn() / public void setTextColumn(int value) | |
getColumnCount/setColumnCount | |
public int getColumnCount() / public void setColumnCount(int value) | |
getListRows/setListRows | |
public int getListRows() / public void setListRows(int value) | |
getMatchEntry/setMatchEntry | |
public int getMatchEntry() / public void setMatchEntry(int value) | |
getDropButtonStyle/setDropButtonStyle | |
public int getDropButtonStyle() / public void setDropButtonStyle(int value) | |
getShowDropButtonTypeWhen/setShowDropButtonTypeWhen | |
public int getShowDropButtonTypeWhen() / public void setShowDropButtonTypeWhen(int value) | |
getListStyle/setListStyle | |
public int getListStyle() / public void setListStyle(int value) | |
getBorderStyle/setBorderStyle | |
public int getBorderStyle() / public void setBorderStyle(int value) | |
getBorderOleColor/setBorderOleColor | |
public int getBorderOleColor() / public void setBorderOleColor(int value) | |
getSpecialEffect/setSpecialEffect | |
public int getSpecialEffect() / public void setSpecialEffect(int value) | |
isEditable/setEditable | |
public boolean isEditable() / public void setEditable(boolean value) | |
getShowColumnHeads/setShowColumnHeads | |
public boolean getShowColumnHeads() / public void setShowColumnHeads(boolean value) | |
isDragBehaviorEnabled/setDragBehaviorEnabled | |
public boolean isDragBehaviorEnabled() / public void setDragBehaviorEnabled(boolean value) | |
getEnterFieldBehavior/setEnterFieldBehavior | |
public boolean getEnterFieldBehavior() / public void setEnterFieldBehavior(boolean value) | |
isAutoWordSelected/setAutoWordSelected | |
public boolean isAutoWordSelected() / public void setAutoWordSelected(boolean value) | |
getSelectionMargin/setSelectionMargin | |
public boolean getSelectionMargin() / public void setSelectionMargin(boolean value) | |
getValue/setValue | |
public java.lang.String getValue() / public void setValue(java.lang.String value) | |
getHideSelection/setHideSelection | |
public boolean getHideSelection() / public void setHideSelection(boolean value) | |
getColumnWidths/setColumnWidths | |
public double getColumnWidths() / public void setColumnWidths(double value) | |
isEnabled/setEnabled | → inherited from ActiveXControl
|
public boolean isEnabled() / public void setEnabled(boolean value) | |
isLocked/setLocked | → inherited from ActiveXControl
|
public boolean isLocked() / public void setLocked(boolean value) | |
isTransparent/setTransparent | → inherited from ActiveXControl
|
public boolean isTransparent() / public void setTransparent(boolean value) | |
isAutoSize/setAutoSize | → inherited from ActiveXControl
|
public boolean isAutoSize() / public void setAutoSize(boolean value) | |
getIMEMode/setIMEMode | → inherited from ActiveXControl
|
public int getIMEMode() / public void setIMEMode(int value) | |
getFont | → inherited from ActiveXControl
|
public Font getFont() | |
getTextAlign/setTextAlign | → inherited from ActiveXControl
|
public int getTextAlign() / public void setTextAlign(int value) | |
getData | → inherited from ActiveXControl
|
public byte[] getData() | |
getWorkbook | → inherited from ActiveXControlBase
|
public Workbook getWorkbook() | |
getWidth/setWidth | → inherited from ActiveXControlBase
|
public double getWidth() / public void setWidth(double value) | |
getHeight/setHeight | → inherited from ActiveXControlBase
|
public double getHeight() / public void setHeight(double value) | |
getMouseIcon/setMouseIcon | → inherited from ActiveXControlBase
|
public byte[] getMouseIcon() / public void setMouseIcon(byte[] value) | |
getMousePointer/setMousePointer | → inherited from ActiveXControlBase
|
public int getMousePointer() / public void setMousePointer(int value) | |
getForeOleColor/setForeOleColor | → inherited from ActiveXControlBase
|
public int getForeOleColor() / public void setForeOleColor(int value) | |
getBackOleColor/setBackOleColor | → inherited from ActiveXControlBase
|
public int getBackOleColor() / public void setBackOleColor(int value) | |
isVisible/setVisible | → inherited from ActiveXControlBase
|
public boolean isVisible() / public void setVisible(boolean value) | |
getShadow/setShadow | → inherited from ActiveXControlBase
|
public boolean getShadow() / public void setShadow(boolean value) | |
getLinkedCell/setLinkedCell | → inherited from ActiveXControlBase
|
public java.lang.String getLinkedCell() / public void setLinkedCell(java.lang.String value) | |
getListFillRange/setListFillRange | → inherited from ActiveXControlBase
|
public java.lang.String getListFillRange() / public void setListFillRange(java.lang.String value) | |