ScrollBarActiveXControl

Inheritance: java.lang.Object, com.aspose.diagram.ActiveXControlBase, com.aspose.diagram.ActiveXControl, com.aspose.diagram.SpinButtonActiveXControl

public class ScrollBarActiveXControl extends SpinButtonActiveXControl

Represents the ScrollBar control.

Methods

MethodDescription
equals(Object arg0)
getBackOleColor()the ole color of the background.
getClass()
getData()the binary data of the control.
getForeOleColor()the ole color of the foreground.
getHeight()the height of the control in unit of points.
getIMEMode()the default run-time mode of the Input Method Editor for the control as it receives focus.
getLargeChange()the amount by which the Position property changes
getMax()the maximum acceptable value.
getMin()the minimum acceptable value.
getMouseIcon()a custom icon to display as the mouse pointer for the control.
getMousePointer()the type of icon displayed as the mouse pointer for the control.
getOrientation()whether the SpinButton or ScrollBar is oriented vertically or horizontally.
getPosition()the value.
getSmallChange()the amount by which the Position property changes
getType()Gets the type of the ActiveX control.
getWidth()the width of the control in unit of point.
hashCode()
isAutoSize()Indicates whether the control will automatically resize to display its entire contents.
isEnabled()Indicates whether the control can receive the focus and respond to user-generated events.
isLocked()Indicates whether data in the control is locked for editing.
isTransparent()Indicates whether the control is transparent.
notify()
notifyAll()
setAutoSize(boolean value)For the description of this property, please see isAutoSize()
setBackOleColor(int value)For the description of this property, please see getBackOleColor()
setEnabled(boolean value)For the description of this property, please see isEnabled()
setForeOleColor(int value)For the description of this property, please see getForeOleColor()
setHeight(double value)For the description of this property, please see getHeight()
setIMEMode(int value)For the description of this property, please see getIMEMode()
setLargeChange(int value)For the description of this property, please see getLargeChange()
setLocked(boolean value)For the description of this property, please see isLocked()
setMax(int value)For the description of this property, please see getMax()
setMin(int value)For the description of this property, please see getMin()
setMouseIcon(byte[] value)For the description of this property, please see getMouseIcon()
setMousePointer(int value)For the description of this property, please see getMousePointer()
setOrientation(int value)For the description of this property, please see getOrientation()
setPosition(int value)For the description of this property, please see getPosition()
setSmallChange(int value)For the description of this property, please see getSmallChange()
setTransparent(boolean value)For the description of this property, please see isTransparent()
setWidth(double value)For the description of this property, please see getWidth()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBackOleColor()

public int getBackOleColor()

the ole color of the background.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getData()

public byte[] getData()

the binary data of the control.

Returns: byte[]

getForeOleColor()

public int getForeOleColor()

the ole color of the foreground. Not applies to Image control.

Returns: int

getHeight()

public double getHeight()

the height of the control in unit of points.

Returns: double

getIMEMode()

public int getIMEMode()

the default run-time mode of the Input Method Editor for the control as it receives focus.

Returns: int

getLargeChange()

public int getLargeChange()

the amount by which the Position property changes

Returns: int

getMax()

public int getMax()

the maximum acceptable value.

Returns: int

getMin()

public int getMin()

the minimum acceptable value.

Returns: int

getMouseIcon()

public byte[] getMouseIcon()

a custom icon to display as the mouse pointer for the control.

Returns: byte[]

getMousePointer()

public int getMousePointer()

the type of icon displayed as the mouse pointer for the control.

Returns: int

getOrientation()

public int getOrientation()

whether the SpinButton or ScrollBar is oriented vertically or horizontally.

Returns: int

getPosition()

public int getPosition()

the value.

Returns: int

getSmallChange()

public int getSmallChange()

the amount by which the Position property changes

Returns: int

getType()

public int getType()

Gets the type of the ActiveX control.

Returns: int

getWidth()

public double getWidth()

the width of the control in unit of point.

Returns: double

hashCode()

public native int hashCode()

Returns: int

isAutoSize()

public boolean isAutoSize()

Indicates whether the control will automatically resize to display its entire contents.

Returns: boolean

isEnabled()

public boolean isEnabled()

Indicates whether the control can receive the focus and respond to user-generated events.

Returns: boolean

isLocked()

public boolean isLocked()

Indicates whether data in the control is locked for editing.

Returns: boolean

isTransparent()

public boolean isTransparent()

Indicates whether the control is transparent.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAutoSize(boolean value)

public void setAutoSize(boolean value)

For the description of this property, please see isAutoSize()

Parameters:

ParameterTypeDescription
valueboolean

setBackOleColor(int value)

public void setBackOleColor(int value)

For the description of this property, please see getBackOleColor()

Parameters:

ParameterTypeDescription
valueint

setEnabled(boolean value)

public void setEnabled(boolean value)

For the description of this property, please see isEnabled()

Parameters:

ParameterTypeDescription
valueboolean

setForeOleColor(int value)

public void setForeOleColor(int value)

For the description of this property, please see getForeOleColor()

Parameters:

ParameterTypeDescription
valueint

setHeight(double value)

public void setHeight(double value)

For the description of this property, please see getHeight()

Parameters:

ParameterTypeDescription
valuedouble

setIMEMode(int value)

public void setIMEMode(int value)

For the description of this property, please see getIMEMode()

Parameters:

ParameterTypeDescription
valueint

setLargeChange(int value)

public void setLargeChange(int value)

For the description of this property, please see getLargeChange()

Parameters:

ParameterTypeDescription
valueint

setLocked(boolean value)

public void setLocked(boolean value)

For the description of this property, please see isLocked()

Parameters:

ParameterTypeDescription
valueboolean

setMax(int value)

public void setMax(int value)

For the description of this property, please see getMax()

Parameters:

ParameterTypeDescription
valueint

setMin(int value)

public void setMin(int value)

For the description of this property, please see getMin()

Parameters:

ParameterTypeDescription
valueint

setMouseIcon(byte[] value)

public void setMouseIcon(byte[] value)

For the description of this property, please see getMouseIcon()

Parameters:

ParameterTypeDescription
valuebyte[]

setMousePointer(int value)

public void setMousePointer(int value)

For the description of this property, please see getMousePointer()

Parameters:

ParameterTypeDescription
valueint

setOrientation(int value)

public void setOrientation(int value)

For the description of this property, please see getOrientation()

Parameters:

ParameterTypeDescription
valueint

setPosition(int value)

public void setPosition(int value)

For the description of this property, please see getPosition()

Parameters:

ParameterTypeDescription
valueint

setSmallChange(int value)

public void setSmallChange(int value)

For the description of this property, please see getSmallChange()

Parameters:

ParameterTypeDescription
valueint

setTransparent(boolean value)

public void setTransparent(boolean value)

For the description of this property, please see isTransparent()

Parameters:

ParameterTypeDescription
valueboolean

setWidth(double value)

public void setWidth(double value)

For the description of this property, please see getWidth()

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int