![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Shape
com.aspose.cells.RadioButton
public class RadioButton
Method Summary | |
---|---|
GroupBox |
getGroupBox()
Gets the GroupBox that contains this RadioButton. |
java.util.Iterator<RadioButton> |
getGroupMemberIterator()
Returns an iterator which can iterate all RadioButtons in the same group(GroupBox) with this one(includint this one). |
java.lang.String |
getLinkedCell()
Gets the worksheet range linked to the control's value |
boolean |
isChecked()
Indicates if the radiobutton is checked or not. |
boolean |
isShadow()
Indicates whether the shape has 3-D shading. |
void |
setChecked(boolean checked)
Sets if the radiobutton is checked or not. |
void |
setLinkedCell(java.lang.String formula)
Sets the worksheet range linked to the control's value |
void |
setShadow(boolean flag)
Sets whether the shape has 3-D shading. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getLinkedCell()
getLinkedCell
in class Shape
public void setLinkedCell(java.lang.String formula)
setLinkedCell
in class Shape
formula
- the worksheet range linked to the control's valuepublic boolean isChecked()
public void setChecked(boolean checked)
checked
- if the radiobutton is checked or not.public boolean isShadow()
public void setShadow(boolean flag)
flag
- true if the shape has 3-D shading.public GroupBox getGroupBox()
public java.util.Iterator<RadioButton> getGroupMemberIterator()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |