ActiveXControlBase
Inheritance: java.lang.Object
public abstract class ActiveXControlBase
Represents the ActiveX control.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBackOleColor() | Gets the ole color of the background. |
| getClass() | |
| getData() | Gets the binary data of the control. |
| getForeOleColor() | Gets the ole color of the foreground. |
| getHeight() | Gets the height of the control in unit of points. |
| getLinkedCell() | Gets the linked cell. |
| getListFillRange() | Gets the list fill range. |
| getMouseIcon() | Gets a custom icon to display as the mouse pointer for the control. |
| getMousePointer() | Gets the type of icon displayed as the mouse pointer for the control. |
| getShadow() | Indicates whether to show a shadow. |
| getType() | Gets the type of the ActiveX control. |
| getWidth() | Gets the width of the control in unit of points. |
| getWorkbook() | Gets the Workbook object. |
| hashCode() | |
| isVisible() | Indicates whether this control is visible. |
| notify() | |
| notifyAll() | |
| setBackOleColor(int value) | Sets the ole color of the background. |
| setForeOleColor(int value) | Sets the ole color of the foreground. |
| setHeight(double value) | Sets the height of the control in unit of points. |
| setLinkedCell(String value) | Sets the linked cell. |
| setListFillRange(String value) | Sets the list fill range. |
| setMouseIcon(byte[] value) | Sets a custom icon to display as the mouse pointer for the control. |
| setMousePointer(int value) | Sets the type of icon displayed as the mouse pointer for the control. |
| setShadow(boolean value) | Indicates whether to show a shadow. |
| setVisible(boolean value) | Indicates whether this control is visible. |
| setWidth(double value) | Sets the width of the control in unit of points. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBackOleColor()
public int getBackOleColor()
Gets the ole color of the background.
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getData()
public byte[] getData()
Gets the binary data of the control.
Returns: byte[]
getForeOleColor()
public int getForeOleColor()
Gets the ole color of the foreground.
Remarks
Not applies to Image control.
Returns: int
getHeight()
public double getHeight()
Gets the height of the control in unit of points.
Returns: double
getLinkedCell()
public String getLinkedCell()
Gets the linked cell.
Returns: java.lang.String
getListFillRange()
public String getListFillRange()
Gets the list fill range.
Returns: java.lang.String
getMouseIcon()
public byte[] getMouseIcon()
Gets a custom icon to display as the mouse pointer for the control.
Returns: byte[]
getMousePointer()
public int getMousePointer()
Gets the type of icon displayed as the mouse pointer for the control.
Returns: int
getShadow()
public boolean getShadow()
Indicates whether to show a shadow.
Returns: boolean
getType()
public abstract int getType()
Gets the type of the ActiveX control.
See ControlType.
Returns: int
getWidth()
public double getWidth()
Gets the width of the control in unit of points.
Returns: double
getWorkbook()
public Workbook getWorkbook()
Gets the Workbook object.
Returns: Workbook
hashCode()
public native int hashCode()
Returns: int
isVisible()
public boolean isVisible()
Indicates whether this control is visible.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBackOleColor(int value)
public void setBackOleColor(int value)
Sets the ole color of the background.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setForeOleColor(int value)
public void setForeOleColor(int value)
Sets the ole color of the foreground.
Remarks
Not applies to Image control.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setHeight(double value)
public void setHeight(double value)
Sets the height of the control in unit of points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setLinkedCell(String value)
public void setLinkedCell(String value)
Sets the linked cell.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setListFillRange(String value)
public void setListFillRange(String value)
Sets the list fill range.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setMouseIcon(byte[] value)
public void setMouseIcon(byte[] value)
Sets a custom icon to display as the mouse pointer for the control.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
setMousePointer(int value)
public void setMousePointer(int value)
Sets the type of icon displayed as the mouse pointer for the control.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setShadow(boolean value)
public void setShadow(boolean value)
Indicates whether to show a shadow.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setVisible(boolean value)
public void setVisible(boolean value)
Indicates whether this control is visible.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setWidth(double value)
public void setWidth(double value)
Sets the width of the control in unit of points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |