Shape
Overview
Shape is a class in Aspose.Cells FOSS for Java.
Represents a drawing object (auto shape) anchored to a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Gets or sets the display name of the shape. |
upperLeftRow | int | Read | Zero-based row index of the upper-left anchor cell. |
upperLeftColumn | int | Read | Zero-based column index of the upper-left anchor cell. |
lowerRightRow | int | Read | Zero-based row index of the lower-right anchor cell. |
lowerRightColumn | int | Read | Zero-based column index of the lower-right anchor cell. |
geometryType | String | Read | Raw DrawingML preset geometry string (e.g. |
autoShapeType | AutoShapeType | Read | Shape type enum. |
Methods
| Signature | Description |
|---|---|
getName() → String | Gets or sets the display name of the shape. |
setName(value: String) | |
getUpperLeftRow() → int | Zero-based row index of the upper-left anchor cell. |
setUpperLeftRow(value: int) | |
getUpperLeftColumn() → int | Zero-based column index of the upper-left anchor cell. |
setUpperLeftColumn(value: int) | |
getLowerRightRow() → int | Zero-based row index of the lower-right anchor cell. |
setLowerRightRow(value: int) | |
getLowerRightColumn() → int | Zero-based column index of the lower-right anchor cell. |
setLowerRightColumn(value: int) | |
getGeometryType() → String | Raw DrawingML preset geometry string (e.g. |
setGeometryType(value: String) | |
getAutoShapeType() → AutoShapeType | Shape type enum. |
setAutoShapeType(value: AutoShapeType) |