Property Getters/Setters Summary | ||
---|---|---|
method | getAccelerator() | |
method | setAccelerator(value) | |
Gets and sets the accelerator key for the control. | ||
method | getBackOleColor() | |
method | setBackOleColor(value) | |
Gets and sets the ole color of the background. | ||
method | getBorderOleColor() | |
method | setBorderOleColor(value) | |
Gets and sets the ole color of the background. | ||
method | getBorderStyle() | |
method | setBorderStyle(value) | |
Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant. | ||
method | getCaption() | |
method | setCaption(value) | |
Gets and set the descriptive text that appears on a control. | ||
method | getData() | |
Gets and sets the binary data of the control.
|
||
method | getFont() | |
Represents the font of the control.
|
||
method | getForeOleColor() | |
method | setForeOleColor(value) | |
Gets and sets the ole color of the foreground. | ||
method | getHeight() | |
method | setHeight(value) | |
Gets and sets the height of the control in unit of points. | ||
method | getIMEMode() | |
method | setIMEMode(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. | ||
method | isAutoSize() | |
method | setAutoSize(value) | |
Indicates whether the control will automatically resize to display its entire contents. | ||
method | isEnabled() | |
method | setEnabled(value) | |
Indicates whether the control can receive the focus and respond to user-generated events. | ||
method | isLocked() | |
method | setLocked(value) | |
Indicates whether data in the control is locked for editing. | ||
method | isTransparent() | |
method | setTransparent(value) | |
Indicates whether the control is transparent. | ||
method | isVisible() | |
method | setVisible(value) | |
Indicates whether this control is visible. | ||
method | isWordWrapped() | |
method | setWordWrapped(value) | |
Indicates whether the contents of the control automatically wrap at the end of a line. | ||
method | getLinkedCell() | |
method | setLinkedCell(value) | |
Gets and sets the linked cell. | ||
method | getListFillRange() | |
method | setListFillRange(value) | |
Gets and sets the list fill range. | ||
method | getMouseIcon() | |
method | setMouseIcon(value) | |
Gets and sets a custom icon to display as the mouse pointer for the control. | ||
method | getMousePointer() | |
method | setMousePointer(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. | ||
method | getPicture() | |
method | setPicture(value) | |
Gets and sets the data of the picture. | ||
method | getPicturePosition() | |
method | setPicturePosition(value) | |
Gets and set the location of the control's picture relative to its caption. The value of the property is ControlPicturePositionType integer constant. | ||
method | getShadow() | |
method | setShadow(value) | |
Indicates whether to show a shadow. | ||
method | getSpecialEffect() | |
method | setSpecialEffect(value) | |
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant. | ||
method | getTextAlign() | |
method | setTextAlign(value) | |
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant. | ||
method | getType() | |
Gets the type of the ActiveX control.
The value of the property is ControlType integer constant. |
||
method | getWidth() | |
method | setWidth(value) | |
Gets and sets the width of the control in unit of points. | ||
method | getWorkbook() | |
Gets the |
int getType()
String getCaption() / setCaption(value)
int getPicturePosition() / setPicturePosition(value)
int getBorderOleColor() / setBorderOleColor(value)
int getBorderStyle() / setBorderStyle(value)
int getSpecialEffect() / setSpecialEffect(value)
byte[] getPicture() / setPicture(value)
char getAccelerator() / setAccelerator(value)
boolean isWordWrapped() / setWordWrapped(value)
boolean isEnabled() / setEnabled(value)
boolean isLocked() / setLocked(value)
boolean isTransparent() / setTransparent(value)
boolean isAutoSize() / setAutoSize(value)
int getIMEMode() / setIMEMode(value)
int getTextAlign() / setTextAlign(value)
byte[] getData()
float getWidth() / setWidth(value)
float getHeight() / setHeight(value)
byte[] getMouseIcon() / setMouseIcon(value)
int getMousePointer() / setMousePointer(value)
int getForeOleColor() / setForeOleColor(value)
int getBackOleColor() / setBackOleColor(value)
boolean isVisible() / setVisible(value)
boolean getShadow() / setShadow(value)
String getLinkedCell() / setLinkedCell(value)
String getListFillRange() / setListFillRange(value)