com.aspose.cells
Class RadioButtonActiveXControl

java.lang.Object
  extended by ActiveXControlBase
      extended by ActiveXControl
          extended by ToggleButtonActiveXControl
              extended by com.aspose.cells.RadioButtonActiveXControl

public class RadioButtonActiveXControl 
extends ToggleButtonActiveXControl

Represents a RadioButton ActiveX control.


Property Getters/Setters Summary
chargetAccelerator()→ inherited from ToggleButtonActiveXControl
voidsetAccelerator(char value)
           Gets and sets the accelerator key for the control.
intgetAlignment()
voidsetAlignment(int value)
           Gets and set the position of the Caption relative to the control. The value of the property is ControlCaptionAlignmentType integer constant.
intgetBackOleColor()→ inherited from ActiveXControlBase
voidsetBackOleColor(int value)
           Gets and sets the ole color of the background.
java.lang.StringgetCaption()→ inherited from ToggleButtonActiveXControl
voidsetCaption(java.lang.String value)
           Gets and set the descriptive text that appears on a control.
byte[]getData()→ inherited from ActiveXControl
           Gets and sets the binary data of the control.
FontgetFont()→ inherited from ActiveXControl
           Represents the font of the control.
intgetForeOleColor()→ inherited from ActiveXControlBase
voidsetForeOleColor(int value)
           Gets and sets the ole color of the foreground.
java.lang.StringgetGroupName()
voidsetGroupName(java.lang.String value)
           Gets and sets the group's name.
doublegetHeight()→ inherited from ActiveXControlBase
voidsetHeight(double value)
           Gets and sets the height of the control in unit of points.
intgetIMEMode()→ inherited from ActiveXControl
voidsetIMEMode(int 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.
booleanisAutoSize()→ inherited from ActiveXControl
voidsetAutoSize(boolean value)
           Indicates whether the control will automatically resize to display its entire contents.
booleanisEnabled()→ inherited from ActiveXControl
voidsetEnabled(boolean value)
           Indicates whether whether the control can receive the focus and respond to user-generated events.
booleanisLocked()→ inherited from ActiveXControl
voidsetLocked(boolean value)
           Indicates whether data in the control is locked for editing.
booleanisTransparent()→ inherited from ActiveXControl
voidsetTransparent(boolean value)
           Indicates whether the control is transparent.
booleanisTripleState()→ inherited from ToggleButtonActiveXControl
voidsetTripleState(boolean value)
           Indicates how the specified control will display Null values.
booleanisVisible()→ inherited from ActiveXControlBase
voidsetVisible(boolean value)
           Indicates whether this control is visible.
booleanisWordWrapped()
voidsetWordWrapped(boolean value)
           Indicates whether the contents of the control automatically wrap at the end of a line.
java.lang.StringgetLinkedCell()→ inherited from ActiveXControlBase
voidsetLinkedCell(java.lang.String value)
           Gets and sets the linked cell.
java.lang.StringgetListFillRange()→ inherited from ActiveXControlBase
voidsetListFillRange(java.lang.String value)
           Gets and sets the list fill fange..
byte[]getMouseIcon()→ inherited from ActiveXControlBase
voidsetMouseIcon(byte[] value)
           Gets and sets a custom icon to display as the mouse pointer for the control.
intgetMousePointer()→ inherited from ActiveXControlBase
voidsetMousePointer(int 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.
byte[]getPicture()→ inherited from ToggleButtonActiveXControl
voidsetPicture(byte[] value)
           Gets and sets the data of the picture.
intgetPicturePosition()→ inherited from ToggleButtonActiveXControl
voidsetPicturePosition(int value)
           Gets and set the location of the control's picture relative to its caption. The value of the property is ControlPicturePositionType integer constant.
booleangetShadow()→ inherited from ActiveXControlBase
voidsetShadow(boolean value)
           Indicates whether to show a shadow.
intgetSpecialEffect()→ inherited from ToggleButtonActiveXControl
voidsetSpecialEffect(int value)
           Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.
intgetTextAlign()→ inherited from ActiveXControl
voidsetTextAlign(int value)
           Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.
intgetType()
           Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
intgetValue()→ inherited from ToggleButtonActiveXControl
voidsetValue(int value)
           Indicates if the control is checked or not. The value of the property is CheckValueType integer constant.
doublegetWidth()→ inherited from ActiveXControlBase
voidsetWidth(double value)
           Gets and sets the width of the control in unit of points.
WorkbookgetWorkbook()→ inherited from ActiveXControlBase
           Gets the Workbook object.
 

Property Getters/Setters Detail

getType

public int getType()
Gets the type of the ActiveX control. The value of the property is ControlType integer constant.

getGroupName/setGroupName

public java.lang.String getGroupName() / public void setGroupName(java.lang.String value)
Gets and sets the group's name.

setGroupName

public void setGroupName(java.lang.String value)
Gets and sets the group's name.

getAlignment/setAlignment

public int getAlignment() / public void setAlignment(int value)
Gets and set the position of the Caption relative to the control. The value of the property is ControlCaptionAlignmentType integer constant.

setAlignment

public void setAlignment(int value)
Gets and set the position of the Caption relative to the control. The value of the property is ControlCaptionAlignmentType integer constant.

isWordWrapped/setWordWrapped

public boolean isWordWrapped() / public void setWordWrapped(boolean value)
Indicates whether the contents of the control automatically wrap at the end of a line.

setWordWrapped

public void setWordWrapped(boolean value)
Indicates whether the contents of the control automatically wrap at the end of a line.

getCaption/setCaption

→ inherited from ToggleButtonActiveXControl
public java.lang.String getCaption() / public void setCaption(java.lang.String value)
Gets and set the descriptive text that appears on a control.

setCaption

→ inherited from ToggleButtonActiveXControl
public void setCaption(java.lang.String value)
Gets and set the descriptive text that appears on a control.

getPicturePosition/setPicturePosition

→ inherited from ToggleButtonActiveXControl
public int getPicturePosition() / public void setPicturePosition(int value)
Gets and set the location of the control's picture relative to its caption. The value of the property is ControlPicturePositionType integer constant.

setPicturePosition

→ inherited from ToggleButtonActiveXControl
public void setPicturePosition(int value)
Gets and set the location of the control's picture relative to its caption. The value of the property is ControlPicturePositionType integer constant.

getSpecialEffect/setSpecialEffect

→ inherited from ToggleButtonActiveXControl
public int getSpecialEffect() / public void setSpecialEffect(int value)
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.

setSpecialEffect

→ inherited from ToggleButtonActiveXControl
public void setSpecialEffect(int value)
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.

getPicture/setPicture

→ inherited from ToggleButtonActiveXControl
public byte[] getPicture() / public void setPicture(byte[] value)
Gets and sets the data of the picture.

setPicture

→ inherited from ToggleButtonActiveXControl
public void setPicture(byte[] value)
Gets and sets the data of the picture.

getAccelerator/setAccelerator

→ inherited from ToggleButtonActiveXControl
public char getAccelerator() / public void setAccelerator(char value)
Gets and sets the accelerator key for the control.

setAccelerator

→ inherited from ToggleButtonActiveXControl
public void setAccelerator(char value)
Gets and sets the accelerator key for the control.

getValue/setValue

→ inherited from ToggleButtonActiveXControl
public int getValue() / public void setValue(int value)
Indicates if the control is checked or not. The value of the property is CheckValueType integer constant.

setValue

→ inherited from ToggleButtonActiveXControl
public void setValue(int value)
Indicates if the control is checked or not. The value of the property is CheckValueType integer constant.

isTripleState/setTripleState

→ inherited from ToggleButtonActiveXControl
public boolean isTripleState() / public void setTripleState(boolean value)
Indicates how the specified control will display Null values. ///
Setting Description 
TrueThe 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.

setTripleState

→ inherited from ToggleButtonActiveXControl
public void setTripleState(boolean value)
Indicates how the specified control will display Null values. ///
Setting Description 
TrueThe 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.

isEnabled/setEnabled

→ inherited from ActiveXControl
public boolean isEnabled() / public void setEnabled(boolean value)
Indicates whether whether the control can receive the focus and respond to user-generated events.

setEnabled

→ inherited from ActiveXControl
public void setEnabled(boolean value)
Indicates whether whether the control can receive the focus and respond to user-generated events.

isLocked/setLocked

→ inherited from ActiveXControl
public boolean isLocked() / public void setLocked(boolean value)
Indicates whether data in the control is locked for editing.

setLocked

→ inherited from ActiveXControl
public void setLocked(boolean value)
Indicates whether data in the control is locked for editing.

isTransparent/setTransparent

→ inherited from ActiveXControl
public boolean isTransparent() / public void setTransparent(boolean value)
Indicates whether the control is transparent.

setTransparent

→ inherited from ActiveXControl
public void setTransparent(boolean value)
Indicates whether the control is transparent.

isAutoSize/setAutoSize

→ inherited from ActiveXControl
public boolean isAutoSize() / public void setAutoSize(boolean value)
Indicates whether the control will automatically resize to display its entire contents.

setAutoSize

→ inherited from ActiveXControl
public void setAutoSize(boolean value)
Indicates whether the control will automatically resize to display its entire contents.

getIMEMode/setIMEMode

→ inherited from ActiveXControl
public int getIMEMode() / public void setIMEMode(int 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.

setIMEMode

→ inherited from ActiveXControl
public void setIMEMode(int 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.

getFont

→ inherited from ActiveXControl
public Font getFont()
Represents the font of the control.

getTextAlign/setTextAlign

→ inherited from ActiveXControl
public int getTextAlign() / public void setTextAlign(int value)
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

setTextAlign

→ inherited from ActiveXControl
public void setTextAlign(int value)
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

getData

→ inherited from ActiveXControl
public byte[] getData()
Gets and sets the binary data of the control.

getWorkbook

→ inherited from ActiveXControlBase
public Workbook getWorkbook()
Gets the Workbook object.

getWidth/setWidth

→ inherited from ActiveXControlBase
public double getWidth() / public void setWidth(double value)
Gets and sets the width of the control in unit of points.

setWidth

→ inherited from ActiveXControlBase
public void setWidth(double value)
Gets and sets the width of the control in unit of points.

getHeight/setHeight

→ inherited from ActiveXControlBase
public double getHeight() / public void setHeight(double value)
Gets and sets the height of the control in unit of points.

setHeight

→ inherited from ActiveXControlBase
public void setHeight(double value)
Gets and sets the height of the control in unit of points.

getMouseIcon/setMouseIcon

→ inherited from ActiveXControlBase
public byte[] getMouseIcon() / public void setMouseIcon(byte[] value)
Gets and sets a custom icon to display as the mouse pointer for the control.

setMouseIcon

→ inherited from ActiveXControlBase
public void setMouseIcon(byte[] value)
Gets and sets a custom icon to display as the mouse pointer for the control.

getMousePointer/setMousePointer

→ inherited from ActiveXControlBase
public int getMousePointer() / public void setMousePointer(int 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.

setMousePointer

→ inherited from ActiveXControlBase
public void setMousePointer(int 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.

getForeOleColor/setForeOleColor

→ inherited from ActiveXControlBase
public int getForeOleColor() / public void setForeOleColor(int value)
Gets and sets the ole color of the foreground. Not applies to Image control.

setForeOleColor

→ inherited from ActiveXControlBase
public void setForeOleColor(int value)
Gets and sets the ole color of the foreground. Not applies to Image control.

getBackOleColor/setBackOleColor

→ inherited from ActiveXControlBase
public int getBackOleColor() / public void setBackOleColor(int value)
Gets and sets the ole color of the background.

setBackOleColor

→ inherited from ActiveXControlBase
public void setBackOleColor(int value)
Gets and sets the ole color of the background.

isVisible/setVisible

→ inherited from ActiveXControlBase
public boolean isVisible() / public void setVisible(boolean value)
Indicates whether this control is visible.

setVisible

→ inherited from ActiveXControlBase
public void setVisible(boolean value)
Indicates whether this control is visible.

getShadow/setShadow

→ inherited from ActiveXControlBase
public boolean getShadow() / public void setShadow(boolean value)
Indicates whether to show a shadow.

setShadow

→ inherited from ActiveXControlBase
public void setShadow(boolean value)
Indicates whether to show a shadow.

getLinkedCell/setLinkedCell

→ inherited from ActiveXControlBase
public java.lang.String getLinkedCell() / public void setLinkedCell(java.lang.String value)
Gets and sets the linked cell.

setLinkedCell

→ inherited from ActiveXControlBase
public void setLinkedCell(java.lang.String value)
Gets and sets the linked cell.

getListFillRange/setListFillRange

→ inherited from ActiveXControlBase
public java.lang.String getListFillRange() / public void setListFillRange(java.lang.String value)
Gets and sets the list fill fange..

setListFillRange

→ inherited from ActiveXControlBase
public void setListFillRange(java.lang.String value)
Gets and sets the list fill fange..

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.