public interface IControl
| Modifier and Type | Method and Description |
|---|---|
boolean |
bringToFront()
Change z-index of this control to front.
|
void |
delete()
Remove this control from parent.
|
IRange |
getBottomRightCell()
Gets the bottom right cell of this control.
|
boolean |
getEnabled()
Indicates whether the control is enabled.
|
FormControlType |
getFormControlType()
Returns the form control type of this control.
|
double |
getHeight()
The height of this control.
|
double |
getLeft()
The left margin of this control.
|
boolean |
getLocked()
Indicates whether the control is locked.
|
java.lang.String |
getName()
Gets the name of this control.
|
java.lang.Object |
getParent()
The parent object, typically
IWorksheet. |
Placement |
getPlacement()
Gets or sets the way a control is attached to its underlying cells.
|
boolean |
getPrintObject()
Indicates whether the control will be printed.
|
IShapeRange |
getShapeRange()
The shapes of this control.
|
double |
getTop()
The top margin of this control.
|
IRange |
getTopLeftCell()
Gets the top left cell of this control.
|
boolean |
getVisible()
Indicates whether the control is visible.
|
double |
getWidth()
The width of this control.
|
int |
getZOrder()
The z-index of this control.
|
boolean |
sendToBack()
Send the Z-Index to back.
|
void |
setEnabled(boolean value)
Indicates whether the control is enabled.
|
void |
setHeight(double value)
The height of this control.
|
void |
setLeft(double value)
The left margin of this control.
|
void |
setLocked(boolean value)
Indicates whether the control is locked.
|
void |
setName(java.lang.String value)
Sets the name of this control.
|
void |
setPlacement(Placement value)
Gets or sets the way a control is attached to its underlying cells.
|
void |
setPrintObject(boolean value)
Indicates whether the control will be printed.
|
void |
setTop(double value)
The top margin of this control.
|
void |
setVisible(boolean value)
Indicates whether the control is visible.
|
void |
setWidth(double value)
The height of this control.
|
java.lang.Object getParent()
IWorksheet.
In some cases, the type of this property is IControl.FormControlType getFormControlType()
boolean getEnabled()
void setEnabled(boolean value)
double getHeight()
void setHeight(double value)
double getLeft()
void setLeft(double value)
boolean getLocked()
void setLocked(boolean value)
Placement getPlacement()
void setPlacement(Placement value)
boolean getPrintObject()
void setPrintObject(boolean value)
double getTop()
void setTop(double value)
boolean getVisible()
void setVisible(boolean value)
double getWidth()
void setWidth(double value)
int getZOrder()
IShapeRange getShapeRange()
boolean bringToFront()
void delete()
boolean sendToBack()
IRange getBottomRightCell()
java.lang.String getName()
void setName(java.lang.String value)
IRange getTopLeftCell()