ListBoxActiveXControl

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

public class ListBoxActiveXControl extends ActiveXControl

Represents a ListBox ActiveX control.

Methods

MethodDescription
equals(Object arg0)
getBackOleColor()Gets the ole color of the background.
getBorderOleColor()Gets the ole color of the background.
getBorderStyle()Gets the type of border used by the control.
getBoundColumn()Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle).
getClass()
getColumnCount()Represents the number of columns to display in a ComboBox or ListBox.
getColumnWidths()Gets the width of the column.
getData()Gets the binary data of the control.
getFont()Represents the font of the control.
getForeOleColor()Gets the ole color of the foreground.
getHeight()Gets the height of the control in unit of points.
getIMEMode()Gets the default run-time mode of the Input Method Editor for the control as it receives focus.
getIntegralHeight()Indicates whether the control will only show complete lines of text without showing any partial lines.
getLinkedCell()Gets the linked cell.
getListFillRange()Gets the list fill range.
getListStyle()Gets the visual appearance.
getListWidth()Gets the width in unit of points.
getMatchEntry()Indicates how a ListBox or ComboBox searches its list as the user types.
getMouseIcon()Gets a custom icon to display as the mouse pointer for the control.
getMousePointer()Gets the type of icon displayed as the mouse pointer for the control.
getScrollBars()Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
getSelectionType()Indicates whether the control permits multiple selections.
getShadow()Indicates whether to show a shadow.
getShowColumnHeads()Indicates whether column headings are displayed.
getSpecialEffect()Gets the special effect of the control.
getTextAlign()Represents how to align the text used by the control.
getTextColumn()Represents the column in a ComboBox or ListBox to display to the user.
getType()Gets the type of the ActiveX control.
getValue()Gets the value of the control.
getWidth()Gets the width of the control in unit of points.
getWorkbook()Gets the Workbook object.
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.
isVisible()Indicates whether this control is visible.
notify()
notifyAll()
setAutoSize(boolean value)Indicates whether the control will automatically resize to display its entire contents.
setBackOleColor(int value)Sets the ole color of the background.
setBorderOleColor(int value)Sets the ole color of the background.
setBorderStyle(int value)Sets the type of border used by the control.
setBoundColumn(int value)Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle).
setColumnCount(int value)Represents the number of columns to display in a ComboBox or ListBox.
setColumnWidths(double value)Sets the width of the column.
setEnabled(boolean value)Indicates whether the control can receive the focus and respond to user-generated events.
setForeOleColor(int value)Sets the ole color of the foreground.
setHeight(double value)Sets the height of the control in unit of points.
setIMEMode(int value)Sets the default run-time mode of the Input Method Editor for the control as it receives focus.
setIntegralHeight(boolean value)Indicates whether the control will only show complete lines of text without showing any partial lines.
setLinkedCell(String value)Sets the linked cell.
setListFillRange(String value)Sets the list fill range.
setListStyle(int value)Sets the visual appearance.
setListWidth(double value)Sets the width in unit of points.
setLocked(boolean value)Indicates whether data in the control is locked for editing.
setMatchEntry(int value)Indicates how a ListBox or ComboBox searches its list as the user types.
setMouseIcon(byte[] value)Sets a custom icon to display as the mouse pointer for the control.
setMousePointer(int value)Sets the type of icon displayed as the mouse pointer for the control.
setScrollBars(int value)Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.
setSelectionType(int value)Indicates whether the control permits multiple selections.
setShadow(boolean value)Indicates whether to show a shadow.
setShowColumnHeads(boolean value)Indicates whether column headings are displayed.
setSpecialEffect(int value)Sets the special effect of the control.
setTextAlign(int value)Represents how to align the text used by the control.
setTextColumn(int value)Represents the column in a ComboBox or ListBox to display to the user.
setTransparent(boolean value)Indicates whether the control is transparent.
setValue(String value)Sets the value of the control.
setVisible(boolean value)Indicates whether this control is visible.
setWidth(double value)Sets the width of the control in unit of points.
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()

Gets the ole color of the background.

Returns: int

getBorderOleColor()

public int getBorderOleColor()

Gets the ole color of the background.

Returns: int

getBorderStyle()

public int getBorderStyle()

Gets the type of border used by the control.

See ControlBorderType.

Returns: int

getBoundColumn()

public int getBoundColumn()

Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle).

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColumnCount()

public int getColumnCount()

Represents the number of columns to display in a ComboBox or ListBox.

Returns: int

getColumnWidths()

public double getColumnWidths()

Gets the width of the column.

Returns: double

getData()

public byte[] getData()

Gets the binary data of the control.

Returns: byte[]

getFont()

public Font getFont()

Represents the font of the control.

Returns: Font

getForeOleColor()

public int getForeOleColor()

Gets the ole color of the foreground.

Remarks

Not applies to Image control.

Returns: int

getHeight()

public double getHeight()

Gets the height of the control in unit of points.

Returns: double

getIMEMode()

public int getIMEMode()

Gets the default run-time mode of the Input Method Editor for the control as it receives focus.

See InputMethodEditorMode.

Returns: int

getIntegralHeight()

public boolean getIntegralHeight()

Indicates whether the control will only show complete lines of text without showing any partial lines.

Returns: boolean

getLinkedCell()

public String getLinkedCell()

Gets the linked cell.

Returns: java.lang.String

getListFillRange()

public String getListFillRange()

Gets the list fill range.

Returns: java.lang.String

getListStyle()

public int getListStyle()

Gets the visual appearance.

See ControlListStyle.

Returns: int

getListWidth()

public double getListWidth()

Gets the width in unit of points.

Returns: double

getMatchEntry()

public int getMatchEntry()

Indicates how a ListBox or ComboBox searches its list as the user types.

See ControlMatchEntryType.

Returns: int

getMouseIcon()

public byte[] getMouseIcon()

Gets a custom icon to display as the mouse pointer for the control.

Returns: byte[]

getMousePointer()

public int getMousePointer()

Gets the type of icon displayed as the mouse pointer for the control.

See ControlMousePointerType.

Returns: int

getScrollBars()

public int getScrollBars()

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.

See ControlScrollBarType.

Returns: int

getSelectionType()

public int getSelectionType()

Indicates whether the control permits multiple selections.

See SelectionType.

Returns: int

getShadow()

public boolean getShadow()

Indicates whether to show a shadow.

Returns: boolean

getShowColumnHeads()

public boolean getShowColumnHeads()

Indicates whether column headings are displayed.

Returns: boolean

getSpecialEffect()

public int getSpecialEffect()

Gets the special effect of the control.

See ControlSpecialEffectType.

Returns: int

getTextAlign()

public int getTextAlign()

Represents how to align the text used by the control.

See TextAlignmentType.

Returns: int

getTextColumn()

public int getTextColumn()

Represents the column in a ComboBox or ListBox to display to the user.

Returns: int

getType()

public int getType()

Gets the type of the ActiveX control.

See ControlType.

Returns: int

getValue()

public String getValue()

Gets the value of the control.

Remarks

Only effects when getSelectionType() is SelectionType.Single;

Returns: java.lang.String

getWidth()

public double getWidth()

Gets the width of the control in unit of points.

Returns: double

getWorkbook()

public Workbook getWorkbook()

Gets the Workbook object.

Returns: Workbook

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

isVisible()

public boolean isVisible()

Indicates whether this control is visible.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAutoSize(boolean value)

public void setAutoSize(boolean value)

Indicates whether the control will automatically resize to display its entire contents.

Parameters:

ParameterTypeDescription
valueboolean

setBackOleColor(int value)

public void setBackOleColor(int value)

Sets the ole color of the background.

Parameters:

ParameterTypeDescription
valueint

setBorderOleColor(int value)

public void setBorderOleColor(int value)

Sets the ole color of the background.

Parameters:

ParameterTypeDescription
valueint

setBorderStyle(int value)

public void setBorderStyle(int value)

Sets the type of border used by the control.

See ControlBorderType.

Parameters:

ParameterTypeDescription
valueint

setBoundColumn(int value)

public void setBoundColumn(int value)

Represents how the Value property is determined for a ComboBox or ListBox when the MultiSelect properties value (fmMultiSelectSingle).

Parameters:

ParameterTypeDescription
valueint

setColumnCount(int value)

public void setColumnCount(int value)

Represents the number of columns to display in a ComboBox or ListBox.

Parameters:

ParameterTypeDescription
valueint

setColumnWidths(double value)

public void setColumnWidths(double value)

Sets the width of the column.

Parameters:

ParameterTypeDescription
valuedouble

setEnabled(boolean value)

public void setEnabled(boolean value)

Indicates whether the control can receive the focus and respond to user-generated events.

Parameters:

ParameterTypeDescription
valueboolean

setForeOleColor(int value)

public void setForeOleColor(int value)

Sets the ole color of the foreground.

Remarks

Not applies to Image control.

Parameters:

ParameterTypeDescription
valueint

setHeight(double value)

public void setHeight(double value)

Sets the height of the control in unit of points.

Parameters:

ParameterTypeDescription
valuedouble

setIMEMode(int value)

public void setIMEMode(int value)

Sets the default run-time mode of the Input Method Editor for the control as it receives focus.

See InputMethodEditorMode.

Parameters:

ParameterTypeDescription
valueint

setIntegralHeight(boolean value)

public void setIntegralHeight(boolean value)

Indicates whether the control will only show complete lines of text without showing any partial lines.

Parameters:

ParameterTypeDescription
valueboolean

setLinkedCell(String value)

public void setLinkedCell(String value)

Sets the linked cell.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setListFillRange(String value)

public void setListFillRange(String value)

Sets the list fill range.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setListStyle(int value)

public void setListStyle(int value)

Sets the visual appearance.

See ControlListStyle.

Parameters:

ParameterTypeDescription
valueint

setListWidth(double value)

public void setListWidth(double value)

Sets the width in unit of points.

Parameters:

ParameterTypeDescription
valuedouble

setLocked(boolean value)

public void setLocked(boolean value)

Indicates whether data in the control is locked for editing.

Parameters:

ParameterTypeDescription
valueboolean

setMatchEntry(int value)

public void setMatchEntry(int value)

Indicates how a ListBox or ComboBox searches its list as the user types.

See ControlMatchEntryType.

Parameters:

ParameterTypeDescription
valueint

setMouseIcon(byte[] value)

public void setMouseIcon(byte[] value)

Sets a custom icon to display as the mouse pointer for the control.

Parameters:

ParameterTypeDescription
valuebyte[]

setMousePointer(int value)

public void setMousePointer(int value)

Sets the type of icon displayed as the mouse pointer for the control.

See ControlMousePointerType.

Parameters:

ParameterTypeDescription
valueint

setScrollBars(int value)

public void setScrollBars(int value)

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.

See ControlScrollBarType.

Parameters:

ParameterTypeDescription
valueint

setSelectionType(int value)

public void setSelectionType(int value)

Indicates whether the control permits multiple selections.

See SelectionType.

Parameters:

ParameterTypeDescription
valueint

setShadow(boolean value)

public void setShadow(boolean value)

Indicates whether to show a shadow.

Parameters:

ParameterTypeDescription
valueboolean

setShowColumnHeads(boolean value)

public void setShowColumnHeads(boolean value)

Indicates whether column headings are displayed.

Parameters:

ParameterTypeDescription
valueboolean

setSpecialEffect(int value)

public void setSpecialEffect(int value)

Sets the special effect of the control.

See ControlSpecialEffectType.

Parameters:

ParameterTypeDescription
valueint

setTextAlign(int value)

public void setTextAlign(int value)

Represents how to align the text used by the control.

See TextAlignmentType.

Parameters:

ParameterTypeDescription
valueint

setTextColumn(int value)

public void setTextColumn(int value)

Represents the column in a ComboBox or ListBox to display to the user.

Parameters:

ParameterTypeDescription
valueint

setTransparent(boolean value)

public void setTransparent(boolean value)

Indicates whether the control is transparent.

Parameters:

ParameterTypeDescription
valueboolean

setValue(String value)

public void setValue(String value)

Sets the value of the control.

Remarks

Only effects when getSelectionType() is SelectionType.Single;

Parameters:

ParameterTypeDescription
valuejava.lang.String

setVisible(boolean value)

public void setVisible(boolean value)

Indicates whether this control is visible.

Parameters:

ParameterTypeDescription
valueboolean

setWidth(double value)

public void setWidth(double value)

Sets the width of the control in unit of points.

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