ShapeCollection
Overview
ShapeCollection is a class in Aspose.Cells FOSS for Java.
Collection of drawing objects (shapes) on a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read |
Methods
| Signature | Description |
|---|---|
getCount() → int | |
get(index: int) → Shape | |
add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, shapeType: AutoShapeType) → int | Adds a new shape and returns its zero-based index. |
removeAt(index: int) |