com.aspose.diagram
Class ImageActiveXControl

java.lang.Object
  extended by ActiveXControlBase
      extended by ActiveXControl
          extended by com.aspose.diagram.ImageActiveXControl

public class ImageActiveXControl 
extends ActiveXControl

Represents the image control.


Property Getters/Setters Summary
intgetBackOleColor()→ inherited from ActiveXControlBase
voidsetBackOleColor(int)
           Gets and sets the ole color of the background.
intgetBorderOleColor()
voidsetBorderOleColor(int)
           Gets and sets the ole color of the background.
intgetBorderStyle()
voidsetBorderStyle(int)
           Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant.
byte[]getData()→ inherited from ActiveXControl
           Gets and sets the binary data 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()
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.
booleanisTiled()
voidsetTiled(boolean)
           Indicates whether the picture is tiled across the background.
booleanisTransparent()→ inherited from ActiveXControl
voidsetTransparent(boolean)
           Indicates whether the control is transparent.
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.
byte[]getPicture()
voidsetPicture(byte[])
           Gets and sets the data of the picture.
intgetPictureAlignment()
voidsetPictureAlignment(int)
           Gets and sets the alignment of the picture inside the Form or Image. The value of the property is ControlPictureAlignmentType integer constant.
intgetPictureSizeMode()
voidsetPictureSizeMode(int)
           Gets and sets how to display the picture. The value of the property is ControlPictureSizeMode integer constant.
intgetSpecialEffect()
voidsetSpecialEffect(int)
           Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType 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 point.
 

Property Getters/Setters Detail

getType

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

isAutoSize/setAutoSize

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

getBorderOleColor/setBorderOleColor

public int getBorderOleColor() / public void setBorderOleColor(int value)
Gets and sets the ole color of the background.

getBorderStyle/setBorderStyle

public int getBorderStyle() / public void setBorderStyle(int value)
Gets and set the type of border used by the control. The value of the property is ControlBorderType integer constant.

getPictureSizeMode/setPictureSizeMode

public int getPictureSizeMode() / public void setPictureSizeMode(int value)
Gets and sets how to display the picture. The value of the property is ControlPictureSizeMode integer constant.

getSpecialEffect/setSpecialEffect

public int getSpecialEffect() / public void setSpecialEffect(int value)
Gets and sets the special effect of the control. The value of the property is ControlSpecialEffectType integer constant.

getPicture/setPicture

public byte[] getPicture() / public void setPicture(byte[] value)
Gets and sets the data of the picture.

getPictureAlignment/setPictureAlignment

public int getPictureAlignment() / public void setPictureAlignment(int value)
Gets and sets the alignment of the picture inside the Form or Image. The value of the property is ControlPictureAlignmentType integer constant.

isTiled/setTiled

public boolean isTiled() / public void setTiled(boolean value)
Indicates whether the picture is tiled across the background.

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.

isLocked/setLocked

→ inherited from ActiveXControl
public boolean isLocked() / 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.

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.

getData

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

getWidth/setWidth

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

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.

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.

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.

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.

getBackOleColor/setBackOleColor

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

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