public abstract class ActiveXControlBase
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getBackOleColor()
Gets the ole color of the background.
|
byte[] |
getData()
Gets the binary data of the control.
|
int |
getForeOleColor()
Gets the ole color of the foreground.
|
double |
getHeight()
Gets the height of the control in unit of points.
|
java.lang.String |
getLinkedCell()
Gets the linked cell.
|
java.lang.String |
getListFillRange()
Gets the list fill range.
|
byte[] |
getMouseIcon()
Gets a custom icon to display as the mouse pointer for the control.
|
int |
getMousePointer()
Gets the type of icon displayed as the mouse pointer for the control.
|
boolean |
getShadow()
Indicates whether to show a shadow.
|
abstract int |
getType()
Gets the type of the ActiveX control.
|
double |
getWidth()
Gets the width of the control in unit of points.
|
Workbook |
getWorkbook()
Gets the
Workbook object. |
boolean |
isVisible()
Indicates whether this control is visible.
|
void |
setBackOleColor(int value)
Sets the ole color of the background.
|
void |
setForeOleColor(int value)
Sets the ole color of the foreground.
|
void |
setHeight(double value)
Sets the height of the control in unit of points.
|
void |
setLinkedCell(java.lang.String value)
Sets the linked cell.
|
void |
setListFillRange(java.lang.String value)
Sets the list fill range.
|
void |
setMouseIcon(byte[] value)
Sets a custom icon to display as the mouse pointer for the control.
|
void |
setMousePointer(int value)
Sets the type of icon displayed as the mouse pointer for the control.
|
void |
setShadow(boolean value)
Indicates whether to show a shadow.
|
void |
setVisible(boolean value)
Indicates whether this control is visible.
|
void |
setWidth(double value)
Sets the width of the control in unit of points.
|
public abstract int getType()
See ControlType.
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()
Remarks
Not applies to Image control.public void setForeOleColor(int value)
Remarks
Not applies to Image control.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)
public byte[] getData()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.