com.spire.xls.core.spreadsheet.shapes
Class XlsScrollBarShape
java.lang.Object
com.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.shapes.XlsShape
com.spire.xls.core.spreadsheet.shapes.XlsScrollBarShape
- All Implemented Interfaces:
- IScrollBarShape, IShape
public class XlsScrollBarShape
- extends XlsShape
- implements IScrollBarShape
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 |
XlsScrollBarShape
public XlsScrollBarShape(java.lang.Object parent)
getDisplay3DShading
public boolean getDisplay3DShading()
- Specified by:
getDisplay3DShading
in interface IScrollBarShape
setDisplay3DShading
public void setDisplay3DShading(boolean value)
- Specified by:
setDisplay3DShading
in interface IScrollBarShape
getLinkedCell
public IXLSRange getLinkedCell()
- Specified by:
getLinkedCell
in interface IScrollBarShape
setLinkedCell
public void setLinkedCell(IXLSRange value)
- Specified by:
setLinkedCell
in interface IScrollBarShape
getCurrentValue
public int getCurrentValue()
- Specified by:
getCurrentValue
in interface IScrollBarShape
setCurrentValue
public void setCurrentValue(int value)
- Specified by:
setCurrentValue
in interface IScrollBarShape
getMin
public int getMin()
- Specified by:
getMin
in interface IScrollBarShape
setMin
public void setMin(int value)
- Specified by:
setMin
in interface IScrollBarShape
getMax
public int getMax()
- Specified by:
getMax
in interface IScrollBarShape
setMax
public void setMax(int value)
- Specified by:
setMax
in interface IScrollBarShape
getIncrementalChange
public int getIncrementalChange()
- Specified by:
getIncrementalChange
in interface IScrollBarShape
setIncrementalChange
public void setIncrementalChange(int value)
- Specified by:
setIncrementalChange
in interface IScrollBarShape
getPageChange
public int getPageChange()
- Specified by:
getPageChange
in interface IScrollBarShape
setPageChange
public void setPageChange(int value)
- Specified by:
setPageChange
in interface IScrollBarShape
isHorizontal
public boolean isHorizontal()
- Description copied from interface:
IScrollBarShape
- Warning : It's not recommend use set method,because this property decision by width and height
- Specified by:
isHorizontal
in interface IScrollBarShape
- Returns:
isHorizontal
public void isHorizontal(boolean value)
- Description copied from interface:
IScrollBarShape
- Warning : It's not recommend use set method,because this property decision by width and height
- Specified by:
isHorizontal
in interface IScrollBarShape
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