java.lang.Object
com.aspose.diagram.ActiveXControlBase
public abstract class ActiveXControlBase
| Property Getters/Setters Summary | ||
|---|---|---|
int | getBackOleColor() | |
void | setBackOleColor(int) | |
| Gets and sets the ole color of the background. | ||
byte[] | getData() | |
| Gets and sets the binary data of the control. | ||
int | getForeOleColor() | |
void | setForeOleColor(int) | |
| Gets and sets the ole color of the foreground. | ||
double | getHeight() | |
void | setHeight(double) | |
| Gets and sets the height of the control in unit of points. | ||
byte[] | getMouseIcon() | |
void | setMouseIcon(byte[]) | |
| Gets and sets a custom icon to display as the mouse pointer for the control. | ||
int | getMousePointer() | |
void | setMousePointer(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 int | getType() | |
| Gets the type of the ActiveX control. The value of the property is ControlType integer constant. | ||
double | getWidth() | |
void | setWidth(double) | |
| Gets and sets the width of the control in unit of point. | ||
| Property Getters/Setters Detail |
|---|
getType | |
public abstract int getType() | |
getWidth/setWidth | |
public double getWidth() / public void setWidth(double value) | |
getHeight/setHeight | |
public double getHeight() / public void setHeight(double value) | |
getMouseIcon/setMouseIcon | |
public byte[] getMouseIcon() / public void setMouseIcon(byte[] value) | |
getMousePointer/setMousePointer | |
public int getMousePointer() / public void setMousePointer(int value) | |
getForeOleColor/setForeOleColor | |
public int getForeOleColor() / public void setForeOleColor(int value) | |
getBackOleColor/setBackOleColor | |
public int getBackOleColor() / public void setBackOleColor(int value) | |
getData | |
public byte[] getData() | |