com.spire.xls.core
Interface IPrstGeomShapes
- All Known Implementing Classes:
- PrstGeomShapeCollection
public interface IPrstGeomShapes
getCount
int getCount()
get
IPrstGeomShape get(int index)
- Returns single item from the collection.
- Parameters:
index
- Item's index to get.
- Returns:
- Single item from the collection.
get
IPrstGeomShape get(java.lang.String name)
addPrstGeomShape
IPrstGeomShape addPrstGeomShape(int row,
int column,
int height,
int width,
PrstGeomShapeType shapeType)
- Adds new item to the collection.
- Parameters:
row
- One-based row index of the top-left corner of the new item.column
- One-based column index of the top-left corner of the new item.height
- Height in pixels of the new item.width
- Width in pixels of the new item.
- Returns:
- Newly added item.
addNotPrimitiveShape
IGeomPathShape addNotPrimitiveShape(int row,
int column,
int width,
int height)
getByPrstGeomShapeType
IPrstGeomShape[] getByPrstGeomShapeType(PrstGeomShapeType shapeType)