接口 IButton
- 所有超级接口:
IContentControl
,IControl
,IControlT<IButton>
The button control.
-
方法概要
修饰符和类型方法说明boolean
Indicates the button is cancel button or not.boolean
Indicates the button is default button or not.boolean
Indicates the button is dismiss button or not.boolean
Indicates the button is help button or not.Gets horizontal alignment.Gets text orientation.Gets vertical alignment.void
setCancelButton
(boolean value) Indicates the button is cancel button or not.void
setDefaultButton
(boolean value) Indicates the button is default button or not.void
setDismissButton
(boolean value) Indicates the button is dismiss button or not.void
setHelpButton
(boolean value) Indicates the button is help button or not.void
Sets horizontal alignment.void
Sets text orientation.void
Sets vertical alignment.从接口继承的方法 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
-
方法详细资料
-
getHorizontalTextAlignment
HorizontalAlignment getHorizontalTextAlignment()Gets horizontal alignment.- API Note:
- Not all values are supported by the *.ssjson format.
-
setHorizontalTextAlignment
Sets horizontal alignment.- API Note:
- Not all values are supported by the *.ssjson format.
-
getOrientation
TickLabelOrientation getOrientation()Gets text orientation.- API Note:
- Not all values are supported by the *.ssjson format.
-
setOrientation
Sets text orientation.- API Note:
- Not all values are supported by the *.ssjson format.
-
getVerticalTextAlignment
VerticalAlignment getVerticalTextAlignment()Gets vertical alignment.- API Note:
- Not all values are supported by the *.ssjson format.
-
setVerticalTextAlignment
Sets vertical alignment.- API Note:
- Not all values are supported by the *.ssjson format.
-
getCancelButton
boolean getCancelButton()Indicates the button is cancel button or not.- API Note:
- Not supported by the *.ssjson format.
-
setCancelButton
void setCancelButton(boolean value) Indicates the button is cancel button or not.- API Note:
- Not supported by the *.ssjson format.
-
getDefaultButton
boolean getDefaultButton()Indicates the button is default button or not.- API Note:
- Not supported by the *.ssjson format.
-
setDefaultButton
void setDefaultButton(boolean value) Indicates the button is default button or not.- API Note:
- Not supported by the *.ssjson format.
-
getDismissButton
boolean getDismissButton()Indicates the button is dismiss button or not.- API Note:
- Not supported by the *.ssjson format.
-
setDismissButton
void setDismissButton(boolean value) Indicates the button is dismiss button or not.- API Note:
- Not supported by the *.ssjson format.
-
getHelpButton
boolean getHelpButton()Indicates the button is help button or not.- API Note:
- Not supported by the *.ssjson format.
-
setHelpButton
void setHelpButton(boolean value) Indicates the button is help button or not.- API Note:
- Not supported by the *.ssjson format.
-