接口 IOptionButton
- 所有超级接口:
ICellLinkControl
,ICellLinkControlT<Boolean>
,IContentControl
,IControl
,IControlT<IOptionButton>
public interface IOptionButton
extends IControlT<IOptionButton>, IContentControl, ICellLinkControlT<Boolean>
The option button control.
-
方法概要
修饰符和类型方法说明boolean
Gets whether theIOptionButton
is checked.void
setIsChecked
(boolean value) Sets whether theIOptionButton
is checked.从接口继承的方法 com.grapecity.documents.excel.forms.ICellLinkControl
getDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCell
从接口继承的方法 com.grapecity.documents.excel.forms.IContentControl
getLockedText, getText, setLockedText, setText
从接口继承的方法 com.grapecity.documents.excel.forms.IControl
bringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidth
-
方法详细资料
-
getIsChecked
boolean getIsChecked()Gets whether theIOptionButton
is checked.- 返回:
False
- Unchecked,true
- Checked.
-
setIsChecked
void setIsChecked(boolean value) Sets whether theIOptionButton
is checked.- 参数:
value
-False
- Unchecked,true
- Checked.
-