public class ComboBoxActiveXControl
Property Getters/Setters Summary | ||
---|---|---|
int | getBackOleColor() | |
void | setBackOleColor(intvalue) | |
Gets and sets the ole color of the background. | ||
int | getBorderOleColor() | |
void | setBorderOleColor(intvalue) | |
Gets and sets the ole color of the background. | ||
int | getBorderStyle() | |
void | setBorderStyle(intvalue) | |
Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant. | ||
int | getBoundColumn() | |
void | setBoundColumn(intvalue) | |
Repsents how the Value property is determined for a ComboBox or ListBox when the MultiSelect propertys value (fmMultiSelectSingle). | ||
int | getColumnCount() | |
void | setColumnCount(intvalue) | |
Repsents the number of columns to display in a ComboBox or ListBox. | ||
double | getColumnWidths() | |
void | setColumnWidths(doublevalue) | |
Gets and sets the width of the column. | ||
byte[] | getData() | |
Gets and sets the binary data of the control.
|
||
int | getDropButtonStyle() | |
void | setDropButtonStyle(intvalue) | |
Specifies the symbol displayed on the drop button The value of the property is DropButtonStyle integer constant. | ||
boolean | getEnterFieldBehavior() | |
void | setEnterFieldBehavior(booleanvalue) | |
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() | |
Represents the font of the control.
|
||
int | getForeOleColor() | |
void | setForeOleColor(intvalue) | |
Gets and sets the ole color of the foreground. | ||
double | getHeight() | |
void | setHeight(doublevalue) | |
Gets and sets the height of the control in unit of points. | ||
boolean | getHideSelection() | |
void | setHideSelection(booleanvalue) | |
Indicates whether selected text in the control appears highlighted when the control does not have focus. | ||
int | getIMEMode() | |
void | setIMEMode(intvalue) | |
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() | |
void | setAutoSize(booleanvalue) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
boolean | isAutoWordSelected() | |
void | setAutoWordSelected(booleanvalue) | |
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(booleanvalue) | |
Indicates whether dragging and dropping is enabled for the control. | ||
boolean | isEditable() | |
void | setEditable(booleanvalue) | |
Indicates whether the user can type into the control. | ||
boolean | isEnabled() | |
void | setEnabled(booleanvalue) | |
Indicates whether whether the control can receive the focus and respond to user-generated events. | ||
boolean | isLocked() | |
void | setLocked(booleanvalue) | |
Indicates whether data in the control is locked for editing. | ||
boolean | isTransparent() | |
void | setTransparent(booleanvalue) | |
Indicates whether the control is transparent. | ||
boolean | isVisible() | |
void | setVisible(booleanvalue) | |
Indicates whether this control is visible. | ||
java.lang.String | getLinkedCell() | |
void | setLinkedCell(java.lang.Stringvalue) | |
Gets and sets the linked cell. | ||
java.lang.String | getListFillRange() | |
void | setListFillRange(java.lang.Stringvalue) | |
Gets and sets the list fill fange.. | ||
int | getListRows() | |
void | setListRows(intvalue) | |
Repsents the maximum number of rows to display in the list. | ||
int | getListStyle() | |
void | setListStyle(intvalue) | |
Gets and sets the visual appearance. The value of the property is ControlListStyle integer constant. | ||
double | getListWidth() | |
void | setListWidth(doublevalue) | |
Gets and set the width in unit of points. | ||
int | getMatchEntry() | |
void | setMatchEntry(intvalue) | |
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(intvalue) | |
Gets and sets the maximum number of characters | ||
byte[] | getMouseIcon() | |
void | setMouseIcon(byte[]value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
int | getMousePointer() | |
void | setMousePointer(intvalue) | |
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(booleanvalue) | |
Indicates whether the user can select a line of text by clicking in the region to the left of the text. | ||
boolean | getShadow() | |
void | setShadow(booleanvalue) | |
Indicates whether to show a shadow. | ||
boolean | getShowColumnHeads() | |
void | setShowColumnHeads(booleanvalue) | |
Indicates whether column headings are displayed. | ||
int | getShowDropButtonTypeWhen() | |
void | setShowDropButtonTypeWhen(intvalue) | |
Specifies the symbol displayed on the drop button The value of the property is ShowDropButtonType integer constant. | ||
int | getSpecialEffect() | |
void | setSpecialEffect(intvalue) | |
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant. | ||
int | getTextAlign() | |
void | setTextAlign(intvalue) | |
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant. | ||
int | getTextColumn() | |
void | setTextColumn(intvalue) | |
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.Stringvalue) | |
Gets and sets the value of the control. | ||
double | getWidth() | |
void | setWidth(doublevalue) | |
Gets and sets the width of the control in unit of points. | ||
Workbook | getWorkbook() | |
Gets the |
public int getType()
public int getMaxLength() / public void setMaxLength(int value)
public double getListWidth() / public void setListWidth(double value)
public int getBoundColumn() / public void setBoundColumn(int value)
public int getTextColumn() / public void setTextColumn(int value)
public int getColumnCount() / public void setColumnCount(int value)
public int getListRows() / public void setListRows(int value)
public int getMatchEntry() / public void setMatchEntry(int value)
public int getDropButtonStyle() / public void setDropButtonStyle(int value)
public int getShowDropButtonTypeWhen() / public void setShowDropButtonTypeWhen(int value)
public int getListStyle() / public void setListStyle(int value)
public int getBorderStyle() / public void setBorderStyle(int value)
public int getBorderOleColor() / public void setBorderOleColor(int value)
public int getSpecialEffect() / public void setSpecialEffect(int value)
public boolean isEditable() / public void setEditable(boolean value)
public boolean getShowColumnHeads() / public void setShowColumnHeads(boolean value)
public boolean isDragBehaviorEnabled() / public void setDragBehaviorEnabled(boolean value)
public boolean getEnterFieldBehavior() / public void setEnterFieldBehavior(boolean value)
public boolean isAutoWordSelected() / public void setAutoWordSelected(boolean value)
public boolean getSelectionMargin() / public void setSelectionMargin(boolean value)
public java.lang.String getValue() / public void setValue(java.lang.String value)
public boolean getHideSelection() / public void setHideSelection(boolean value)
public double getColumnWidths() / public void setColumnWidths(double value)
public boolean isEnabled() / public void setEnabled(boolean value)
public boolean isLocked() / public void setLocked(boolean value)
public boolean isTransparent() / public void setTransparent(boolean value)
public boolean isAutoSize() / public void setAutoSize(boolean value)
public int getIMEMode() / public void setIMEMode(int value)
public Font getFont()
public int getTextAlign() / public void setTextAlign(int value)
public byte[] getData()
public double getWidth() / public void setWidth(double value)
public double getHeight() / public void setHeight(double value)
public byte[] getMouseIcon() / public void setMouseIcon(byte[] value)
public int getMousePointer() / public void setMousePointer(int value)
public int getForeOleColor() / public void setForeOleColor(int value)
public int getBackOleColor() / public void setBackOleColor(int value)
public boolean isVisible() / public void setVisible(boolean value)
public boolean getShadow() / public void setShadow(boolean value)
public java.lang.String getLinkedCell() / public void setLinkedCell(java.lang.String value)
public java.lang.String getListFillRange() / public void setListFillRange(java.lang.String value)