UnknownControl

Inheritance: java.lang.Object, com.aspose.diagram.ActiveXControlBase, com.aspose.diagram.ActiveXControl

public class UnknownControl extends ActiveXControl

Unknow control.

Methods

MethodDescription
equals(Object arg0)
getBackOleColor()the ole color of the background.
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.
getPersistenceType()Gets the persistence method to persist an ActiveX control.
getRelationshipData(String relId)Gets the relationship data.
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.
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()
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()
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:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBackOleColor()

public int getBackOleColor()

the ole color of the background.

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

getPersistenceType()

public int getPersistenceType()

Gets the persistence method to persist an ActiveX control.

Returns: int

getRelationshipData(String relId)

public byte[] getRelationshipData(String relId)

Gets the relationship data.

Parameters:

ParameterTypeDescription
relIdjava.lang.StringThe relationship id.

Returns: byte[] - returns the relationship data.

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

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:

ParameterTypeDescription
valueboolean

setBackOleColor(int value)

public void setBackOleColor(int value)

For the description of this property, please see getBackOleColor()

Parameters:

ParameterTypeDescription
valueint

setEnabled(boolean value)

public void setEnabled(boolean value)

For the description of this property, please see isEnabled()

Parameters:

ParameterTypeDescription
valueboolean

setForeOleColor(int value)

public void setForeOleColor(int value)

For the description of this property, please see getForeOleColor()

Parameters:

ParameterTypeDescription
valueint

setHeight(double value)

public void setHeight(double value)

For the description of this property, please see getHeight()

Parameters:

ParameterTypeDescription
valuedouble

setIMEMode(int value)

public void setIMEMode(int value)

For the description of this property, please see getIMEMode()

Parameters:

ParameterTypeDescription
valueint

setLocked(boolean value)

public void setLocked(boolean value)

For the description of this property, please see isLocked()

Parameters:

ParameterTypeDescription
valueboolean

setMouseIcon(byte[] value)

public void setMouseIcon(byte[] value)

For the description of this property, please see getMouseIcon()

Parameters:

ParameterTypeDescription
valuebyte[]

setMousePointer(int value)

public void setMousePointer(int value)

For the description of this property, please see getMousePointer()

Parameters:

ParameterTypeDescription
valueint

setTransparent(boolean value)

public void setTransparent(boolean value)

For the description of this property, please see isTransparent()

Parameters:

ParameterTypeDescription
valueboolean

setWidth(double value)

public void setWidth(double value)

For the description of this property, please see getWidth()

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int