com.spire.xls.core
Interface ICheckBox
- All Superinterfaces: 
- IShape
- All Known Implementing Classes: 
- XlsCheckBoxShape
- public interface ICheckBox 
- extends IShape
 
| Methods inherited from interface com.spire.xls.core.IShape | 
| getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getShapeType, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setRotation, setTop, setVisible, setWidth | 
 
getCheckState
CheckState getCheckState()
- Indicates whether check box is checked.
 
- 
 
- 
- Returns:
 
setCheckState
void setCheckState(CheckState checkState)
- 
 
- 
 
getLine
IShapeLineFormat getLine()
- 
 
- 
 
getText
java.lang.String getText()
- 
 
- 
 
setText
void setText(java.lang.String text)
- 
 
- 
 
isTextLocked
boolean isTextLocked()
- 
 
- 
 
isTextLocked
void isTextLocked(boolean value)
- 
 
- 
 
getDisplay3DShading
boolean getDisplay3DShading()
- 
 
- 
 
setDisplay3DShading
void setDisplay3DShading(boolean value)
- 
 
- 
 
getLinkedCell
IXLSRange getLinkedCell()
- 
 
- 
 
setLinkedCell
void setLinkedCell(IXLSRange value)
- 
 
-