com.spire.xls.core.spreadsheet.shapes
Class XlsCheckBoxShape
java.lang.Object
   com.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.XlsObject
       com.spire.xls.core.spreadsheet.shapes.XlsShape
com.spire.xls.core.spreadsheet.shapes.XlsShape
           com.spire.xls.core.spreadsheet.shapes.XlsCheckBoxShape
com.spire.xls.core.spreadsheet.shapes.XlsCheckBoxShape
- All Implemented Interfaces: 
- ICheckBox, IShape
- public class XlsCheckBoxShape 
- extends XlsShape- implements ICheckBox
 
 
| Methods inherited from class com.spire.xls.core.spreadsheet.shapes.XlsShape | 
| deepClone, deepClone, getAlternativeText, getAlternativeTextTitle, getAutoSize, getBottomRow, getBottomRowOffset, getFill, getHeight, getID, getLeft, getLeftColumn, getLeftColumnOffset, getLine, getName, getOnAction, getResizeBehave, getRightColumn, getRightColumnOffset, getRotation, getShadow, getShapeId, getThreeD, getTop, getTopRow, getTopRowOffset, getUpdatePositions, getVisible, getVmlShape, getWidth, hasFill, hasFill, hasLineFormat, hasLineFormat, isFlipH, isFlipH, isFlipV, isFlipV, isGroup, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, isRelative, isRelative, remove, scale, setAlternativeText, setAlternativeTextTitle, setAutoSize, setBottomRow, setBottomRowOffset, setHeight, setLeft, setLeftColumn, setLeftColumnOffset, setName, setOnAction, setResizeBehave, setRightColumn, setRightColumnOffset, setRotation, setShapeType, setTop, setTopRow, setTopRowOffset, setUpdatePositions, setVisible, setWidth | 
 
 
 
| Methods inherited from interface com.spire.xls.core.IShape | 
| getAlternativeText, getFill, getHeight, getID, getLeft, getName, getOnAction, getResizeBehave, getRotation, getShadow, getThreeD, getTop, getVisible, getWidth, isLockAspectRatio, isLockAspectRatio, isLocked, isLocked, isPrintable, isPrintable, remove, scale, setHeight, setName, setOnAction, setResizeBehave, setRotation, setTop, setVisible, setWidth | 
 
XlsCheckBoxShape
public XlsCheckBoxShape(java.lang.Object parent)
getCheckState
public CheckState getCheckState()
- Description copied from interface: ICheckBox
- Indicates whether check box is checked.
 
- 
- Specified by:
- getCheckStatein interface- ICheckBox
 
- 
- Returns:
 
setCheckState
public void setCheckState(CheckState value)
- 
- Specified by:
- setCheckStatein interface- ICheckBox
 
- 
 
getText
public java.lang.String getText()
- 
- Specified by:
- getTextin interface- ICheckBox
 
- 
 
setText
public void setText(java.lang.String value)
- 
- Specified by:
- setTextin interface- ICheckBox
 
- 
 
isTextLocked
public boolean isTextLocked()
- 
- Specified by:
- isTextLockedin interface- ICheckBox
 
- 
 
isTextLocked
public void isTextLocked(boolean value)
- 
- Specified by:
- isTextLockedin interface- ICheckBox
 
- 
 
getDisplay3DShading
public boolean getDisplay3DShading()
- 
- Specified by:
- getDisplay3DShadingin interface- ICheckBox
 
- 
 
setDisplay3DShading
public void setDisplay3DShading(boolean value)
- 
- Specified by:
- setDisplay3DShadingin interface- ICheckBox
 
- 
 
getLinkedCell
public IXLSRange getLinkedCell()
- 
- Specified by:
- getLinkedCellin interface- ICheckBox
 
- 
 
setLinkedCell
public void setLinkedCell(IXLSRange value)
- 
- Specified by:
- setLinkedCellin interface- ICheckBox
 
- 
 
getShapeType
public ExcelShapeType getShapeType()
- Description copied from class: XlsShape
- Type of shape , Read Only.
 
- 
- Specified by:
- getShapeTypein interface- IShape
- Overrides:
- getShapeTypein class- XlsShape
 
- 
 
getHAlignment
public CommentHAlignType getHAlignment()
- 
 
- 
 
setHAlignment
public void setHAlignment(CommentHAlignType value)
- 
 
- 
 
getVAlignment
public CommentVAlignType getVAlignment()
- 
 
- 
 
setVAlignment
public void setVAlignment(CommentVAlignType value)
- 
 
- 
 
getTextRotation
public TextRotationType getTextRotation()
- 
 
- 
 
setTextRotation
public void setTextRotation(TextRotationType value)
- 
 
-