![]() |
||
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.Spinner
public class Spinner
Method Summary | |
---|---|
int |
getCurrentValue()
Gets the current value. |
int |
getIncrementalChange()
Gets the amount that the scroll bar or spinner is incremented a line scroll. |
java.lang.String |
getLinkedCell()
Gets the worksheet range linked to the control's value |
int |
getMaxValue()
Gets the maximum value of a scroll bar or spinner range. |
int |
getMinValue()
Gets the minimum value of a scroll bar or spinner range. |
boolean |
isShadow()
Indicates whether the shape has 3-D shading. |
void |
setCurrentValue(int value)
Sets the current value of a scroll bar or spinner. |
void |
setIncrementalChange(int value)
Sets the amount that the scroll bar or spinner is incremented a line scroll. |
void |
setLinkedCell(java.lang.String formula)
Sets the worksheet range linked to the control's value |
void |
setMaxValue(int value)
Sets the maximum value of a scroll bar or spinner range. |
void |
setMinValue(int value)
Sets the minimum value of a scroll bar or spinner range. |
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 boolean isShadow()
public void setShadow(boolean flag)
flag
- true if the shape has 3-D shading.public int getCurrentValue()
public void setCurrentValue(int value)
value
- the current value of a scroll bar or spinner.public int getMinValue()
public void setMinValue(int value)
value
- the minimum value of a scroll bar or spinner range.public int getMaxValue()
public void setMaxValue(int value)
value
- the maximum value of a scroll bar or spinner range.public int getIncrementalChange()
public void setIncrementalChange(int value)
value
- the amount that the scroll bar or spinner is incremented a line scroll.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |