| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing | |
| com.grapecity.documents.excel.forms |
| Modifier and Type | Method and Description |
|---|---|
IControl |
IShape.getControl()
Gets the associated control.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IButton
The button control.
|
interface |
ICellLinkControl
Common members of controls that have CellLink property
|
interface |
ICellLinkControlT<T>
Common members of controls that have CellLink property
|
interface |
ICheckBox
The check box control.
|
interface |
IContentControl
Common members of controls that have text content to display.
|
interface |
IControlT<T extends IControlT<T>>
Generic type members of form controls
|
interface |
IDropDown
The drop down control.
|
interface |
IGroupBox
The group box control.
|
interface |
ILabel
The label control.
|
interface |
IListBox
The list box control.
|
interface |
IOptionButton
The option button control.
|
interface |
IRangeBase
Represents an element that has a value within a specific range.
|
interface |
IScrollBar
The scrollbar control.
|
interface |
ISelector
Represents a control that allows a user to select items from among its child elements.
|
interface |
ISelectorT<T extends SelectorItem,TCollection extends IItemList<T>>
Represents a control that allows a user to select items from among its child elements.
|
interface |
ISpinner
The spinner control.
|
| Modifier and Type | Method and Description |
|---|---|
IControl |
IControlCollection.get(int index)
Gets control by index.
|
IControl |
IControlCollection.get(java.lang.String name)
Gets control by name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IControlCollection.indexOf(IControl control)
Gets index of a control.
|