aspose.diagram
Class ActiveXControlBase

Represents the ActiveX control.

Property Getters/Setters Summary
functiongetBackOleColor()
functionsetBackOleColor(value)
           Gets and sets the ole color of the background.
functiongetData()
           Gets and sets the binary data of the control.
functiongetForeOleColor()
functionsetForeOleColor(value)
           Gets and sets the ole color of the foreground.
functiongetHeight()
functionsetHeight(value)
           Gets and sets the height of the control in unit of points.
functiongetMouseIcon()
functionsetMouseIcon(value)
           Gets and sets a custom icon to display as the mouse pointer for the control.
functiongetMousePointer()
functionsetMousePointer(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.
functiongetType()
           Gets the type of the ActiveX control. The value of the property is ControlType integer constant.
functiongetWidth()
functionsetWidth(value)
           Gets and sets the width of the control in unit of point.
 

Property Getters/Setters Detail

getType : Number 

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

getWidth/setWidth : Number 

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

getHeight/setHeight : Number 

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

getMouseIcon/setMouseIcon : byte[] 

function getMouseIcon() / function setMouseIcon(value)
Gets and sets a custom icon to display as the mouse pointer for the control.

getMousePointer/setMousePointer : Number 

function getMousePointer() / function setMousePointer(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 : Number 

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

getBackOleColor/setBackOleColor : Number 

function getBackOleColor() / function setBackOleColor(value)
Gets and sets the ole color of the background.

getData : byte[] 

function getData()
Gets and sets the binary data of the control.

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