Interface IContentControl
- All Superinterfaces:
IControl
- All Known Subinterfaces:
IButton,ICheckBox,IGroupBox,ILabel,IOptionButton
Common members of controls that have text content to display.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether the text is locked.getText()Gets the text to display.voidsetLockedText(boolean value) Sets whether the text is locked.voidSets the text to display.Methods inherited from interface 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
-
Method Details
-
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.
-