接口 IContentControl
- 所有超级接口:
IControl
- 所有已知子接口:
IButton
,ICheckBox
,IGroupBox
,ILabel
,IOptionButton
Common members of controls that have text content to display.
-
方法概要
修饰符和类型方法说明boolean
Gets whether the text is locked.getText()
Gets the text to display.void
setLockedText
(boolean value) Sets whether the text is locked.void
Sets the text to display.从接口继承的方法 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
-
方法详细资料
-
getLockedText
boolean getLockedText()Gets whether the text is locked. -
setLockedText
void setLockedText(boolean value) Sets whether the text is locked. -
getText
String getText()Gets the text to display. -
setText
Sets the text to display.
-