| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
AutoShapeType |
IShape.getAutoShapeType()
Returns the shape type for the specified
IShape object, which must
represent an AutoShape other than a line, freeform drawing, or connector. |
static AutoShapeType |
AutoShapeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutoShapeType |
AutoShapeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutoShapeType[] |
AutoShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AutoShapeType[] |
AutoShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IShape |
IChart.addShape(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in the chart. |
IShape |
IShapes.addShape(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
IShape |
IShapes.addShape(java.lang.String name,
AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
IShape |
IChart.addShapeInPixel(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in the chart. |
IShape |
IShapes.addShapeInPixel(AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
IShape |
IShapes.addShapeInPixel(java.lang.String name,
AutoShapeType type,
double left,
double top,
double width,
double height)
Returns the
IShape object that represents the new AutoShape in a
worksheet. |
void |
IShape.setAutoShapeType(AutoShapeType value)
Sets the shape type for the specified
IShape object, which must
represent an AutoShape other than a line, freeform drawing, or connector. |