com.spire.xls.core.spreadsheet.shapes
Class XlsSpinnerShape
java.lang.Object
com.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.shapes.XlsShape
com.spire.xls.core.spreadsheet.shapes.XlsSpinnerShape
- All Implemented Interfaces:
- IShape, ISpinnerShape
public class XlsSpinnerShape
- extends XlsShape
- implements ISpinnerShape
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 |
XlsSpinnerShape
public XlsSpinnerShape(java.lang.Object parent)
getDisplay3DShading
public boolean getDisplay3DShading()
- Specified by:
getDisplay3DShading
in interface ISpinnerShape
setDisplay3DShading
public void setDisplay3DShading(boolean value)
- Specified by:
setDisplay3DShading
in interface ISpinnerShape
getLinkedCell
public IXLSRange getLinkedCell()
- Specified by:
getLinkedCell
in interface ISpinnerShape
setLinkedCell
public void setLinkedCell(IXLSRange value)
- Specified by:
setLinkedCell
in interface ISpinnerShape
getCurrentValue
public int getCurrentValue()
- Specified by:
getCurrentValue
in interface ISpinnerShape
setCurrentValue
public void setCurrentValue(int value)
- Specified by:
setCurrentValue
in interface ISpinnerShape
getMin
public int getMin()
- Specified by:
getMin
in interface ISpinnerShape
setMin
public void setMin(int value)
- Specified by:
setMin
in interface ISpinnerShape
getMax
public int getMax()
- Specified by:
getMax
in interface ISpinnerShape
setMax
public void setMax(int value)
- Specified by:
setMax
in interface ISpinnerShape
getIncrementalChange
public int getIncrementalChange()
- Specified by:
getIncrementalChange
in interface ISpinnerShape
setIncrementalChange
public void setIncrementalChange(int value)
- Specified by:
setIncrementalChange
in interface ISpinnerShape
getShapeType
public ExcelShapeType getShapeType()
- Description copied from class:
XlsShape
- Type of shape , Read Only.
- Specified by:
getShapeType
in interface IShape
- Overrides:
getShapeType
in class XlsShape