ImageActiveXControl
Inheritance: java.lang.Object, com.aspose.diagram.ActiveXControlBase, com.aspose.diagram.ActiveXControl
public class ImageActiveXControl extends ActiveXControl
Represents the image control.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBackOleColor() | the ole color of the background. |
| getBorderOleColor() | the ole color of the background. |
| getBorderStyle() | the type of border used by the control. |
| 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. |
| 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. |
| getPicture() | the data of the picture. |
| getPictureAlignment() | the alignment of the picture inside the Form or Image. |
| getPictureSizeMode() | how to display the picture. |
| getSpecialEffect() | the special effect of the control. |
| 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. |
| isTiled() | Indicates whether the picture is tiled across the background. |
| 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() |
| setBorderOleColor(int value) | For the description of this property, please see getBorderOleColor() |
| setBorderStyle(int value) | For the description of this property, please see getBorderStyle() |
| 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() |
| setMouseIcon(byte[] value) | For the description of this property, please see getMouseIcon() |
| setMousePointer(int value) | For the description of this property, please see getMousePointer() |
| setPicture(byte[] value) | For the description of this property, please see getPicture() |
| setPictureAlignment(int value) | For the description of this property, please see getPictureAlignment() |
| setPictureSizeMode(int value) | For the description of this property, please see getPictureSizeMode() |
| setSpecialEffect(int value) | For the description of this property, please see getSpecialEffect() |
| setTiled(boolean value) | For the description of this property, please see isTiled() |
| 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
getBorderOleColor()
public int getBorderOleColor()
the ole color of the background.
Returns: int
getBorderStyle()
public int getBorderStyle()
the type of border used by the control.
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
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
getPicture()
public byte[] getPicture()
the data of the picture.
Returns: byte[]
getPictureAlignment()
public int getPictureAlignment()
the alignment of the picture inside the Form or Image.
Returns: int
getPictureSizeMode()
public int getPictureSizeMode()
how to display the picture.
Returns: int
getSpecialEffect()
public int getSpecialEffect()
the special effect of the control.
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
isTiled()
public boolean isTiled()
Indicates whether the picture is tiled across the background.
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 |
setBorderOleColor(int value)
public void setBorderOleColor(int value)
For the description of this property, please see getBorderOleColor()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setBorderStyle(int value)
public void setBorderStyle(int value)
For the description of this property, please see getBorderStyle()
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 |
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 |
setPicture(byte[] value)
public void setPicture(byte[] value)
For the description of this property, please see getPicture()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] |
setPictureAlignment(int value)
public void setPictureAlignment(int value)
For the description of this property, please see getPictureAlignment()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setPictureSizeMode(int value)
public void setPictureSizeMode(int value)
For the description of this property, please see getPictureSizeMode()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setSpecialEffect(int value)
public void setSpecialEffect(int value)
For the description of this property, please see getSpecialEffect()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setTiled(boolean value)
public void setTiled(boolean value)
For the description of this property, please see isTiled()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
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 |