public abstract class ActiveXControl extends ActiveXControlBase
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the binary data of the control.
|
Font |
getFont()
Represents the font of the control.
|
int |
getIMEMode()
Gets the default run-time mode of the Input Method Editor for the control as it receives focus.
|
int |
getTextAlign()
Represents how to align the text used by the control.
|
boolean |
isAutoSize()
Indicates whether the control will automatically resize to display its entire contents.
|
boolean |
isEnabled()
Indicates whether the control can receive the focus and respond to user-generated events.
|
boolean |
isLocked()
Indicates whether data in the control is locked for editing.
|
boolean |
isTransparent()
Indicates whether the control is transparent.
|
void |
setAutoSize(boolean value)
Indicates whether the control will automatically resize to display its entire contents.
|
void |
setEnabled(boolean value)
Indicates whether the control can receive the focus and respond to user-generated events.
|
void |
setIMEMode(int value)
Sets the default run-time mode of the Input Method Editor for the control as it receives focus.
|
void |
setLocked(boolean value)
Indicates whether data in the control is locked for editing.
|
void |
setTextAlign(int value)
Represents how to align the text used by the control.
|
void |
setTransparent(boolean value)
Indicates whether the control is transparent.
|
getBackOleColor, getForeOleColor, getHeight, getLinkedCell, getListFillRange, getMouseIcon, getMousePointer, getShadow, getType, getWidth, getWorkbook, isVisible, setBackOleColor, setForeOleColor, setHeight, setLinkedCell, setListFillRange, setMouseIcon, setMousePointer, setShadow, setVisible, setWidthpublic 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()
See TextAlignmentType.
public void setTextAlign(int value)
See TextAlignmentType.
public byte[] getData()
getData in class ActiveXControlBaseSee 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.