com.aspose.diagram
Class ActiveXControlBase

java.lang.Object
    extended by com.aspose.diagram.ActiveXControlBase
Direct Known Subclasses:
ActiveXControl

public abstract class ActiveXControlBase 
extends java.lang.Object

Represents the ActiveX control.


Property Getters/Setters Summary
intgetBackOleColor()
voidsetBackOleColor(int)
           Gets and sets the ole color of the background.
byte[]getData()
           Gets and sets the binary data of the control.
intgetForeOleColor()
voidsetForeOleColor(int)
           Gets and sets the ole color of the foreground.
doublegetHeight()
voidsetHeight(double)
           Gets and sets the height of the control in unit of points.
byte[]getMouseIcon()
voidsetMouseIcon(byte[])
           Gets and sets a custom icon to display as the mouse pointer for the control.
intgetMousePointer()
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.
abstract intgetType()
           Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
doublegetWidth()
voidsetWidth(double)
           Gets and sets the width of the control in unit of point.
 

Property Getters/Setters Detail

getType

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

getWidth/setWidth

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

getHeight/setHeight

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

getMouseIcon/setMouseIcon

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

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

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

getBackOleColor/setBackOleColor

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

getData

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

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