| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing | |
| com.grapecity.documents.excel.forms |
| Modifier and Type | Method and Description |
|---|---|
Placement |
IShape.getPlacement()
Returns the way the object is attached to the cells below it.
|
static Placement |
Placement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Placement |
Placement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Placement[] |
Placement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static Placement[] |
Placement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IShape.setPlacement(Placement value)
Sets the way the object is attached to the cells below it.
|
| Modifier and Type | Method and Description |
|---|---|
Placement |
IControl.getPlacement()
Gets or sets the way a control is attached to its underlying cells.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IControl.setPlacement(Placement value)
Gets or sets the way a control is attached to its underlying cells.
|