iprstgeomshapes-ag凯发旗舰厅
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
addnotprimitiveshape(int row,
int column,
int width,
int height)
getbyprstgeomshapetype
iprstgeomshape[] getbyprstgeomshapetype(prstgeomshapetype shapetype)