com.aspose.cells
Class ScrollBarActiveXControl

java.lang.Object
  extended by ActiveXControlBase
      extended by ActiveXControl
          extended by SpinButtonActiveXControl
              extended by com.aspose.cells.ScrollBarActiveXControl

public class ScrollBarActiveXControl 
extends SpinButtonActiveXControl

Represents the ScrollBar control.


Property Getters/Setters Summary
intgetBackOleColor()→ inherited from ActiveXControlBase
voidsetBackOleColor(int)
           Gets and sets the ole color of the background.
byte[]getData()→ inherited from ActiveXControl
           Gets and sets the binary data of the control.
FontgetFont()→ inherited from ActiveXControl
           Represents the font of the control.
intgetForeOleColor()→ inherited from ActiveXControlBase
voidsetForeOleColor(int)
           Gets and sets the ole color of the foreground.
doublegetHeight()→ inherited from ActiveXControlBase
voidsetHeight(double)
           Gets and sets the height of the control in unit of points.
intgetIMEMode()→ inherited from ActiveXControl
voidsetIMEMode(int)
           Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.
booleanisAutoSize()→ inherited from ActiveXControl
voidsetAutoSize(boolean)
           Indicates whether the control will automatically resize to display its entire contents.
booleanisEnabled()→ inherited from ActiveXControl
voidsetEnabled(boolean)
           Indicates whether the control can receive the focus and respond to user-generated events.
booleanisLocked()→ inherited from ActiveXControl
voidsetLocked(boolean)
           Indicates whether data in the control is locked for editing.
booleanisTransparent()→ inherited from ActiveXControl
voidsetTransparent(boolean)
           Indicates whether the control is transparent.
booleanisVisible()→ inherited from ActiveXControlBase
voidsetVisible(boolean)
           Indicates whether this control is visible.
intgetLargeChange()
voidsetLargeChange(int)
           Gets and sets the amount by which the Position property changes
java.lang.StringgetLinkedCell()→ inherited from ActiveXControlBase
voidsetLinkedCell(java.lang.String)
           Gets and sets the linked cell.
java.lang.StringgetListFillRange()→ inherited from ActiveXControlBase
voidsetListFillRange(java.lang.String)
           Gets and sets the list fill range.
intgetMax()→ inherited from SpinButtonActiveXControl
voidsetMax(int)
           Gets and sets the maximum acceptable value.
intgetMin()→ inherited from SpinButtonActiveXControl
voidsetMin(int)
           Gets and sets the minimum acceptable value.
byte[]getMouseIcon()→ inherited from ActiveXControlBase
voidsetMouseIcon(byte[])
           Gets and sets a custom icon to display as the mouse pointer for the control.
intgetMousePointer()→ inherited from ActiveXControlBase
voidsetMousePointer(int)
           Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.
intgetOrientation()→ inherited from SpinButtonActiveXControl
voidsetOrientation(int)
           Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. The value of the property is ControlScrollOrientation integer constant.
intgetPosition()→ inherited from SpinButtonActiveXControl
voidsetPosition(int)
           Gets and sets the value.
booleangetShadow()→ inherited from ActiveXControlBase
voidsetShadow(boolean)
           Indicates whether to show a shadow.
intgetSmallChange()→ inherited from SpinButtonActiveXControl
voidsetSmallChange(int)
           Gets and sets the amount by which the Position property changes
intgetTextAlign()→ inherited from ActiveXControl
voidsetTextAlign(int)
           Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.
intgetType()
           Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
doublegetWidth()→ inherited from ActiveXControlBase
voidsetWidth(double)
           Gets and sets the width of the control in unit of points.
WorkbookgetWorkbook()→ inherited from ActiveXControlBase
           Gets the Workbook object.
 

Property Getters/Setters Detail

getType

public int getType()
Gets the type of the ActiveX control. The value of the property is ControlType integer constant.

getLargeChange/setLargeChange

public int getLargeChange() / public void setLargeChange(int value)
Gets and sets the amount by which the Position property changes

setLargeChange

public void setLargeChange(int value)
Gets and sets the amount by which the Position property changes

getMin/setMin

→ inherited from SpinButtonActiveXControl
public int getMin() / public void setMin(int value)
Gets and sets the minimum acceptable value.

setMin

→ inherited from SpinButtonActiveXControl
public void setMin(int value)
Gets and sets the minimum acceptable value.

getMax/setMax

→ inherited from SpinButtonActiveXControl
public int getMax() / public void setMax(int value)
Gets and sets the maximum acceptable value.

setMax

→ inherited from SpinButtonActiveXControl
public void setMax(int value)
Gets and sets the maximum acceptable value.

getPosition/setPosition

→ inherited from SpinButtonActiveXControl
public int getPosition() / public void setPosition(int value)
Gets and sets the value.

setPosition

→ inherited from SpinButtonActiveXControl
public void setPosition(int value)
Gets and sets the value.

getSmallChange/setSmallChange

→ inherited from SpinButtonActiveXControl
public int getSmallChange() / public void setSmallChange(int value)
Gets and sets the amount by which the Position property changes

setSmallChange

→ inherited from SpinButtonActiveXControl
public void setSmallChange(int value)
Gets and sets the amount by which the Position property changes

getOrientation/setOrientation

→ inherited from SpinButtonActiveXControl
public int getOrientation() / public void setOrientation(int value)
Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. The value of the property is ControlScrollOrientation integer constant.

setOrientation

→ inherited from SpinButtonActiveXControl
public void setOrientation(int value)
Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. The value of the property is ControlScrollOrientation integer constant.

isEnabled/setEnabled

→ inherited from ActiveXControl
public boolean isEnabled() / public void setEnabled(boolean value)
Indicates whether the control can receive the focus and respond to user-generated events.

setEnabled

→ inherited from ActiveXControl
public void setEnabled(boolean value)
Indicates whether the control can receive the focus and respond to user-generated events.

isLocked/setLocked

→ inherited from ActiveXControl
public boolean isLocked() / public void setLocked(boolean value)
Indicates whether data in the control is locked for editing.

setLocked

→ inherited from ActiveXControl
public void setLocked(boolean value)
Indicates whether data in the control is locked for editing.

isTransparent/setTransparent

→ inherited from ActiveXControl
public boolean isTransparent() / public void setTransparent(boolean value)
Indicates whether the control is transparent.

setTransparent

→ inherited from ActiveXControl
public void setTransparent(boolean value)
Indicates whether the control is transparent.

isAutoSize/setAutoSize

→ inherited from ActiveXControl
public boolean isAutoSize() / public void setAutoSize(boolean value)
Indicates whether the control will automatically resize to display its entire contents.

setAutoSize

→ inherited from ActiveXControl
public void setAutoSize(boolean value)
Indicates whether the control will automatically resize to display its entire contents.

getIMEMode/setIMEMode

→ inherited from ActiveXControl
public int getIMEMode() / public void setIMEMode(int value)
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.

setIMEMode

→ inherited from ActiveXControl
public void setIMEMode(int value)
Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.

getFont

→ inherited from ActiveXControl
public Font getFont()
Represents the font of the control.

getTextAlign/setTextAlign

→ inherited from ActiveXControl
public int getTextAlign() / public void setTextAlign(int value)
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

setTextAlign

→ inherited from ActiveXControl
public void setTextAlign(int value)
Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

getData

→ inherited from ActiveXControl
public byte[] getData()
Gets and sets the binary data of the control.

getWorkbook

→ inherited from ActiveXControlBase
public Workbook getWorkbook()
Gets the Workbook object.

getWidth/setWidth

→ inherited from ActiveXControlBase
public double getWidth() / public void setWidth(double value)
Gets and sets the width of the control in unit of points.

setWidth

→ inherited from ActiveXControlBase
public void setWidth(double value)
Gets and sets the width of the control in unit of points.

getHeight/setHeight

→ inherited from ActiveXControlBase
public double getHeight() / public void setHeight(double value)
Gets and sets the height of the control in unit of points.

setHeight

→ inherited from ActiveXControlBase
public void setHeight(double value)
Gets and sets the height of the control in unit of points.

getMouseIcon/setMouseIcon

→ inherited from ActiveXControlBase
public byte[] getMouseIcon() / public void setMouseIcon(byte[] value)
Gets and sets a custom icon to display as the mouse pointer for the control.

setMouseIcon

→ inherited from ActiveXControlBase
public void setMouseIcon(byte[] value)
Gets and sets a custom icon to display as the mouse pointer for the control.

getMousePointer/setMousePointer

→ inherited from ActiveXControlBase
public int getMousePointer() / public void setMousePointer(int value)
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

setMousePointer

→ inherited from ActiveXControlBase
public void setMousePointer(int value)
Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

getForeOleColor/setForeOleColor

→ inherited from ActiveXControlBase
public int getForeOleColor() / public void setForeOleColor(int value)
Gets and sets the ole color of the foreground. Not applies to Image control.

setForeOleColor

→ inherited from ActiveXControlBase
public void setForeOleColor(int value)
Gets and sets the ole color of the foreground. Not applies to Image control.

getBackOleColor/setBackOleColor

→ inherited from ActiveXControlBase
public int getBackOleColor() / public void setBackOleColor(int value)
Gets and sets the ole color of the background.

setBackOleColor

→ inherited from ActiveXControlBase
public void setBackOleColor(int value)
Gets and sets the ole color of the background.

isVisible/setVisible

→ inherited from ActiveXControlBase
public boolean isVisible() / public void setVisible(boolean value)
Indicates whether this control is visible.

setVisible

→ inherited from ActiveXControlBase
public void setVisible(boolean value)
Indicates whether this control is visible.

getShadow/setShadow

→ inherited from ActiveXControlBase
public boolean getShadow() / public void setShadow(boolean value)
Indicates whether to show a shadow.

setShadow

→ inherited from ActiveXControlBase
public void setShadow(boolean value)
Indicates whether to show a shadow.

getLinkedCell/setLinkedCell

→ inherited from ActiveXControlBase
public java.lang.String getLinkedCell() / public void setLinkedCell(java.lang.String value)
Gets and sets the linked cell.

setLinkedCell

→ inherited from ActiveXControlBase
public void setLinkedCell(java.lang.String value)
Gets and sets the linked cell.

getListFillRange/setListFillRange

→ inherited from ActiveXControlBase
public java.lang.String getListFillRange() / public void setListFillRange(java.lang.String value)
Gets and sets the list fill range.

setListFillRange

→ inherited from ActiveXControlBase
public void setListFillRange(java.lang.String value)
Gets and sets the list fill range.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.