SpinButtonActiveXControl
Inheritance: java.lang.Object, com.aspose.diagram.ActiveXControlBase, com.aspose.diagram.ActiveXControl
public class SpinButtonActiveXControl extends ActiveXControl
Represents the SpinButton control.
Methods
Method | Description |
---|---|
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. |
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() |
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setBackOleColor(int value)
public void setBackOleColor(int value)
For the description of this property, please see getBackOleColor()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setEnabled(boolean value)
public void setEnabled(boolean value)
For the description of this property, please see isEnabled()
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setForeOleColor(int value)
public void setForeOleColor(int value)
For the description of this property, please see getForeOleColor()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setHeight(double value)
public void setHeight(double value)
For the description of this property, please see getHeight()
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setIMEMode(int value)
public void setIMEMode(int value)
For the description of this property, please see getIMEMode()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLocked(boolean value)
public void setLocked(boolean value)
For the description of this property, please see isLocked()
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setMax(int value)
public void setMax(int value)
For the description of this property, please see getMax()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMin(int value)
public void setMin(int value)
For the description of this property, please see getMin()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMouseIcon(byte[] value)
public void setMouseIcon(byte[] value)
For the description of this property, please see getMouseIcon()
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] |
setMousePointer(int value)
public void setMousePointer(int value)
For the description of this property, please see getMousePointer()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setOrientation(int value)
public void setOrientation(int value)
For the description of this property, please see getOrientation()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPosition(int value)
public void setPosition(int value)
For the description of this property, please see getPosition()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSmallChange(int value)
public void setSmallChange(int value)
For the description of this property, please see getSmallChange()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTransparent(boolean value)
public void setTransparent(boolean value)
For the description of this property, please see isTransparent()
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setWidth(double value)
public void setWidth(double value)
For the description of this property, please see getWidth()
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |