public class CheckBoxActiveXControl extends ActiveXControl
| Modifier and Type | Method and Description |
|---|---|
char |
getAccelerator()
Gets the accelerator key for the control.
|
int |
getAlignment()
Gets the position of the Caption relative to the control.
|
java.lang.String |
getCaption()
Gets the descriptive text that appears on a control.
|
java.lang.String |
getGroupName()
Gets the group's name.
|
byte[] |
getPicture()
Gets the data of the picture.
|
int |
getPicturePosition()
Gets the location of the control's picture relative to its caption.
|
int |
getSpecialEffect()
Gets the special effect of the control.
|
int |
getType()
Gets the type of the ActiveX control.
|
int |
getValue()
Indicates if the control is checked or not.
|
boolean |
isTripleState()
Indicates how the specified control will display Null values.
|
boolean |
isWordWrapped()
Indicates whether the contents of the control automatically wrap at the end of a line.
|
void |
setAccelerator(char value)
Sets the accelerator key for the control.
|
void |
setAlignment(int value)
Sets the position of the Caption relative to the control.
|
void |
setCaption(java.lang.String value)
Sets the descriptive text that appears on a control.
|
void |
setGroupName(java.lang.String value)
Sets the group's name.
|
void |
setPicture(byte[] value)
Sets the data of the picture.
|
void |
setPicturePosition(int value)
Sets the location of the control's picture relative to its caption.
|
void |
setSpecialEffect(int value)
Sets the special effect of the control.
|
void |
setTripleState(boolean value)
Indicates how the specified control will display Null values.
|
void |
setValue(int value)
Indicates if the control is checked or not.
|
void |
setWordWrapped(boolean value)
Indicates whether the contents of the control automatically wrap at the end of a line.
|
getData, getFont, getIMEMode, getTextAlign, isAutoSize, isEnabled, isLocked, isTransparent, setAutoSize, setEnabled, setIMEMode, setLocked, setTextAlign, setTransparentgetBackOleColor, getForeOleColor, getHeight, getLinkedCell, getListFillRange, getMouseIcon, getMousePointer, getShadow, getWidth, getWorkbook, isVisible, setBackOleColor, setForeOleColor, setHeight, setLinkedCell, setListFillRange, setMouseIcon, setMousePointer, setShadow, setVisible, setWidthpublic int getType()
See ControlType.
getType in class ActiveXControlBasepublic java.lang.String getGroupName()
public void setGroupName(java.lang.String value)
public int getAlignment()
public void setAlignment(int value)
public boolean isWordWrapped()
public void setWordWrapped(boolean value)
public java.lang.String getCaption()
public void setCaption(java.lang.String value)
public int getPicturePosition()
public void setPicturePosition(int value)
public int getSpecialEffect()
public void setSpecialEffect(int value)
public byte[] getPicture()
public void setPicture(byte[] value)
public char getAccelerator()
public void setAccelerator(char value)
public int getValue()
See CheckValueType.
public void setValue(int value)
See CheckValueType.
public boolean isTripleState()
Remarks
| Setting | Description |
|---|---|
| True | The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null. |
| False | (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values. |
public void setTripleState(boolean value)
Remarks
| Setting | Description |
|---|---|
| True | The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null. |
| False | (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values. |
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.