Package org.apache.poi.ss.usermodel
Interface SimpleShape
- All Superinterfaces:
Shape
- All Known Subinterfaces:
ObjectData
- All Known Implementing Classes:
HSSFCombobox,HSSFComment,HSSFObjectData,HSSFPicture,HSSFPolygon,HSSFSimpleShape,HSSFTextbox,XSSFObjectData,XSSFSimpleShape,XSSFTextBox
A common interface for simple shapes.
- Since:
- POI 3.16-beta2
-
Method Summary
Methods inherited from interface org.apache.poi.ss.usermodel.Shape
getAnchor, getParent, getShapeName, isNoFill, setFillColor, setLineStyleColor, setNoFill
-
Method Details
-
getShapeId
int getShapeId()- Returns:
- the shape id, which is unique within the sheet
- Since:
- POI 3.17-beta1
-