![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Shape
com.aspose.cells.CheckBox
public class CheckBox
Method Summary | |
---|---|
byte |
getCheckValue()
Gets checkbox' value. |
java.lang.String |
getLinkedCell()
Gets the worksheet range linked to the control's value |
boolean |
isShadow()
Indicates whether the shape has 3-D shading. |
void |
setCheckValue(byte value)
Sets checkbox' value. |
void |
setLinkedCell(java.lang.String formula)
Sets the worksheet range linked to the control's value |
void |
setShadow(boolean flag)
Sets whether the shape has 3-D shading. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getLinkedCell()
getLinkedCell
in class Shape
public void setLinkedCell(java.lang.String formula)
setLinkedCell
in class Shape
formula
- the worksheet range linked to the control's valuepublic byte getCheckValue()
setCheckValue(byte)
public void setCheckValue(byte value)
CheckValueType.UNCHECKED |
CheckValueType.CHECKED |
CheckValueType.MIXED |
value
- checkbox' value.public boolean isShadow()
public void setShadow(boolean flag)
flag
- true if the shape has 3-D shading.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |